What is the output of the following?
#includestdio.h 
void main( )
{
int a=20, b=5, c=3;
if((ab) && (ac))
printf("A is greater\n");
else if((ba) && (bc))
printf("B is greater\n");
else if((ca) && (cb))
printf("C is greater\n");
else
}
printf("All are equal\n");


Posted on by