Vidyalelo
C++ Programming · Q24

Control Flow Statements in C++

Programming · C++ Programming · question 24

Q24

What does the 'do' keyword represent in the 'do-while' loop syntax in C++?

A.
Represents the loop initialization
B.
Represents the loop body
Answer
C.
Represents the loop incrementation
D.
None of the above

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board