Report Bug
Qus : The do…while looping statement
QusThe do…while looping statement

A. is executed only once if the condition is true.
B. is also known as entry-controlled loop.
C. is executed at least once if the condition is false.
D. is unconditional looping statement..


Solution
C. is executed at least once if the condition is false.






Report Bug