Q. Which of the following is not a valid loop statement in C++?

  • (A) for
  • (B) while
  • (C) repeat-until
  • (D) do-while
πŸ’¬ Discuss
βœ… Correct Answer: (C) repeat-until
Explanation: 'repeat-until' is not a valid loop statement in C++.
Explanation by: Rakesh Kumar
'repeat-until' is not a valid loop statement in C++.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
134
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Rakesh Kumar
Publisher
πŸ“ˆ
99%
Success Rate