A

Admin • 828.03K Points
Coach

Q. Which of these statements is correct in case of while loop in C?

  • (A) Executes the block till the condition become false
  • (B) Is an entry controlled loop
  • (C) There might be condition when the loop will not execute at all
  • (D) All of these
  • Correct Answer - Option(D)
  • Views: 15
  • Filed under category C Programming
  • Hashtags:

Explanation by: Admin
All of the above statements are true in the case of while loop. While loop is an entry-controlled loop, the block executes when the condition becomes false.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.