Question: The main loop structures in C programming are the for loop, the while loop, and which other loop?

  1. do...while
  2. for...in
  3. repeat...until
  4. do...until

Answer: The correct answer of the above question is Option A:do...while