

MCQOPTIONS
Saved Bookmarks
1. |
In the context of while loop do while loop in C++, which of the following is not true? |
A. | Both the loops are repetitive in nature |
B. | Both are conditional loops |
C. | Both will be executed at least once |
D. | Both are terminated when the condition become false |
Answer» D. Both are terminated when the condition become false | |