C Language Loop Control - Quiz

  • A Initialization
  • B Condition
  • C Increment/Decrement
  • D All parts are mandatory
  • 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 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