Which of the following loop is faster in C++?

92. Which of the following loop is faster in C++?

  1. Do While loop
  2. For loop
  3. While loop
  4. All loops work at the same speed

Answer: D) All loops work at the same speed

Explanation:

All loops work at the same speed.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.