πŸ“Š C Programming
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
πŸ’¬ Discuss
βœ… Correct Answer: (C) Continue the code after skipping the if block

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

Explanation by: Kanak Sharma
When the condition of if statement is false, the code after the if block will be executed and the if block code is skipped.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
277
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Kanak Sharma
Publisher
πŸ“ˆ
87%
Success Rate