Which of the following are conditional control statementsif
b) if-Else
c) if-else-if
d) All of the above
Answers
Answered by
1
Answer:
(D) All of the above....
Answered by
0
Conditional statements help you to make a decision based on certain conditions. These conditions are specified by a set of conditional statements having boolean expressions which are evaluated to a boolean value true or false. There are following types of conditional statements in C.
If-Else statement
Similar questions