C Language Loop Control - Quiz

  • A for loop
  • B while loop
  • C do-while loop
  • D if-else loop
  • 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 To execute code based on a condition
  • B To execute code repeatedly until a condition is false
  • C To execute code at least once and then based on a condition
  • D To execute code based on multiple conditions
  • Aelongates
  • Bstrengthens
  • Creduces
  • Dnone of these