

MCQOPTIONS
Saved Bookmarks
1. |
In which of the following looping constructs of the ‘C’ language, the body of the loop is executed at least once? |
A. | while construct |
B. | for construct |
C. | Both ‘for’ and ‘while’ constructs |
D. | do-while construct |
Answer» E. | |