Loop control in C Language - Quiz

  • A Initialization
  • B Condition
  • C Increment/Decrement
  • D All parts are mandatory
  • A To end the program
  • B To skip the current iteration
  • C To terminate the loop prematurely
  • D To resume the loop from the next iteration
  • A The loop executes once and terminates
  • B The loop does not execute at all
  • C The loop executes indefinitely
  • D The loop executes but skips the first iteration
  • A for loop
  • B while loop
  • C do-while loop
  • D if-else loop