132) The following statement
if (a > b)
if (c > b)
printf("one");
else
if (c == a) printf('two');
else printf("three");
else printf("four");
Answer is:
prints four in a <= b
Related C Programming MCQ with Answers
Answer is:
8 * y
Answer is: