Examveda
Examveda

What is the purpose of the 'else' statement in C's 'if-else' control structure?

A. Execute the 'if' block

B. Execute the 'else' block

C. Execute both 'if' and 'else' blocks

D. Skip the 'if' block

Answer: Option B


This Question Belongs to C Program >> Control Structures

Join The Discussion

Related Questions on Control Structures