Multiple choice

Which of the following is not a looping statement in C++?

  1. While

  2. For

  3. Until

  4. Do

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Until is not defined in C++ language.