

MCQOPTIONS
Saved Bookmarks
1. |
In context of C++, consider following loop-statement:while (5) {cout <<"Hello";}Hello will be displayed __________ time(s) by the above loop. |
A. | Only one |
B. | Five |
C. | Zero |
D. | Infinite |
Answer» E. | |