Sail E0 Webinar
Question

What will be the output of the program ?


#include<stdio.h>
int main()
{
int x=10,y=20,z=5,i;
i=x<y<z;
printf("%d\n",i);
return 0;
}


Options:
A .  1
B .  0
C .  Error
D .  None of these
Answer: Option A



Submit Your Solution Below and Earn Points !
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

More Questions on This Topic :

Latest Videos

Latest Test Papers