Q. Which of the following are valid decision-making statements in C?
β
Correct Answer: (D)
All of these
Explanation: All valid decision-making statements in C program are:
if statement
if-else statement
nested if statement
switch statement
nested switch statement