Multiple choice Which of the following is the looping structure in C++? If-else statement Switch statement While statement None of these Reveal answer Fill a bubble to check yourself C Correct answer Explanation This is the looping structure in C++ which excecutes its body until the condition specified in the while statement becomes false.