Multiple choice

Which of the following loop structures in 'C' executes a block of instruction for the specified number of time?

  1. While loop

  2. For loop

  3. Do-While loop

  4. None of these

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

This looping structure executes a block of instruction for the specified number of time.