Loop Introduction in C Language - Quiz

  • A for loop
  • B while loop
  • C do-while loop
  • D if-else loop
  • 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