What is the output of the following code?
#includestdio.h
void main()
{
int x=15;
int y=20;
if(x==15)
{
if(y30){
printf("X=15 and Y=20\n");
}
}
else
printf("invalid");
}

Posted on by