1.

Consider the following for Loop : for(putchar(‘ c ‘ ) ; putchar( 0 ) ; putchar( ‘ d ‘ )) putchar(‘ e ‘); How many times the above for loop will execute?

A. 0 times
B. 1 times
C. infinite times
D. Will not execute due to syntax error
Answer» B. 1 times


Discussion

No Comment Found