104) Consider following program fragment
if (a > b)
printf("a> b") ;
else
printf ("else part") ;
print f("a< = b") a <= b
will be printed if
Answer is:
All of these
Related C Programming MCQ with Answers
Answer is:
both it is taken care of by the pre-processor & it is compiling a program based on a condition
Answer is: