×

Multiple-Choice Questions

Web Technologies MCQs

Computer Science Subjects MCQs

Databases MCQs

Programming MCQs

Testing Software MCQs

Digital Marketing Subjects MCQs

Cloud Computing Softwares MCQs

AI/ML Subjects MCQs

Engineering Subjects MCQs

Office Related Programs MCQs

Management MCQs

More

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.