

MCQOPTIONS
Saved Bookmarks
1. |
In the following program how long will the for loop get executed?
#include
|
A. | The for loop would not get executed at all |
B. | The for loop would get executed only once |
C. | The for loop would get executed 5 times |
D. | The for loop would get executed infinite times |
Answer» E. | |