Which of the following loop, in which we have to execute the body of the loop before checking the condition?

88. Which of the following loop, in which we have to execute the body of the loop before checking the condition?

  1. Do While loop
  2. For loop
  3. While loop
  4. None of the above

Answer: A) Do While loop

Explanation:

In the Do-while loop, we have to execute the body of the loop before checking the condition.

Comments and Discussions!

Load comments ↻






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