Computer Science, asked by ranaranjeetsingh521, 6 months ago

Which of the following are conditional control statementsif
b) if-Else
c) if-else-if
d) All of the above​

Answers

Answered by nargissayyed0699
1

Answer:

(D) All of the above....

Answered by lakhwinderduggal786
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