Q. Can the else statement exist without the if statement in C? (A) Yes (B) No (C) --- (D) --- ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) No Explanation: The else statement needs an if statement to execute the block.