Computer Science, asked by mrinmoyeedatta19, 8 months ago

what are conditional constructs ? name the different types of conditional constructs​

Answers

Answered by maruti4
5

Answer:

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.

plz follow me....

Answered by Anonymous
9

Answer:

A conditional statement is a statement that computer programming language used to decide which code has to be run when the true condition is met or which code has not to be run when the true condition.

There are following types of conditional construct in C.

1) If statement.

2) If-Else statement.

3) Nested If-else statement.

4) If-Else If ladder.

5) Switch statement

Explanation:

Hope it help u.....

Similar questions