Computer Science, asked by ronakkam, 6 months ago

3) Set of statements is
executed based upon
conditional test are known as​

Answers

Answered by parithi89
3

Answer:

*_*_*_*_*_*_*_*_*_*_*_*

Case statements are used to set different conditions. Based on the conditions, a set of statements can be executed. A switch statement can have multiple case conditions. The first case statement checks to see if the value of the variable is equal to 1

*_*_*_*_*_*_*_*_*_*_*_*

-----------------------------------------------------

There are following types of conditional statements in C.

If statement.

If-Else statement.

Nested If-else statement.

If-Else If ladder.

Switch statement.

----------------------------------------------------

Similar questions