131) The body of the following for loop
for( putchar( 'a' ); putchar (0); putchar (' c ') ) putchar ( 'b') ;
will be executed
Answer is:
0 times
Related C Programming MCQ with Answers
Answer is:
prints four in a <= b
Answer is: