Home » C Programming » Loops » Question
  1. Which loop is most suitable to first perform the operation and then test the condition?
    1. while loop
    2. do-while loop
    3. for loop
    4. All of above
    5. None of these
Correct Option: B

do-while loop



Your comments will be displayed only after manual approval.