A

Admin • 833K Points
Coach

Q. Which of these is not a loop structure in C?

  • (A) for
  • (B) while
  • (C) repeat
  • (D) do-while
  • Correct Answer - Option(C)
  • Views: 20
  • Filed under category C Programming
  • Hashtags:

Explanation by: Admin

C does not have a 'repeat' loop. It uses for, while, and do-while.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.