

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following statement is correct about the program given below?
|
A. | The program would go in an infinite loop. |
B. | The program would output 0 1 2 ..... 126 127. |
C. | The program would not produce any output. |
D. | The program would report an error: Cannot use printf() in for loop. |
Answer» C. The program would not produce any output. | |