Q. Which of the following is not a valid loop statement in C++?
β
Correct Answer: (C)
repeat-until
Explanation: 'repeat-until' is not a valid loop statement in C++.