A

Admin • 833K Points
Coach

Q. Which statement is required to execute a block of code when the condition is false?

  • (A) for
  • (B) if
  • (C) else
  • (D) All of these
  • Correct Answer - Option(C)
  • Views: 35
  • Filed under category C Programming
  • Hashtags:

Explanation by: Admin

In the if-else block, the if block is executed when condition is True and else block is executed when condition is false.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.