

MCQOPTIONS
Saved Bookmarks
1. |
If the condition in a for loop is false then ................. |
A. | code inside loop may not be executed. |
B. | program terminates. |
C. | code inside loop may be executed atleast once. |
D. | shows error. |
Answer» B. program terminates. | |