Qus : The do..while looping statement
QusThe do..while looping statement
A. is executed only once if the conditions is true B. is also known as entry-controlled loop
C. is executed at least once if the conditions is false D. the unconditional loop
Solution
C. is executed at least once if the conditions is false