πŸ“Š C++
Q. Which of the following is not a valid C++ loop?
  • (A) for
  • (B) while
  • (C) repeat
  • (D) do-while
πŸ’¬ Discuss
βœ… Correct Answer: (C) repeat

Explanation: The 'repeat' loop does not exist in C++. C++ supports 'for', 'while', and 'do-while' loops.

Explanation by: Shiva Ram
The 'repeat' loop does not exist in C++. C++ supports 'for', 'while', and 'do-while' loops.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
211
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Shiva Ram
Publisher
πŸ“ˆ
99%
Success Rate