A

Admin • 833K Points
Coach

Q. When the condition of if statement is false, the flow of code will ___.

  • (A) go into the if block
  • (B) Exit the program
  • (C) Continue the code after skipping the if block
  • (D) None of these
  • Correct Answer - Option(C)
  • Views: 23
  • Filed under category C Programming
  • Hashtags:

Explanation by: Admin

When the condition of if statement is false, the code after the if block will be executed and the if block code is skipped.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.