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
AnswerC.
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