Home »
MCQs »
C++ MCQs
Which of the following loop is faster in C++?
92. Which of the following loop is faster in C++?
- Do While loop
- For loop
- While loop
- All loops work at the same speed
Answer: D) All loops work at the same speed
Explanation:
All loops work at the same speed.