130) Consider the following program fragment
if (a>b)
printf("a>b");
else
printf("else part");
printf("a<=b");
a<=b
will be printed if
Answer is:
a==b
Related C Programming MCQ with Answers
Answer is:
0 times
Answer is:
prints four in a <= b
Answer is: