Q.

Which one of the following sentences is true ?

A. the body of a while loop is executed at least once.
B. the body of a do ... while loop is executed at least once.
C. the body of a do ... while loop is executed zero or more times.
D. a for loop can never be used in place of a while loop.
Answer» B. the body of a do ... while loop is executed at least once.
3.8k
0
Do you find this helpful?
21

View all MCQs in

C Programming Basic

Discussion

No comments yet