Which of the following are conditional control statements?
Answers
Answered by
24
Answer:
helo guys its your naswer
Explanation:
If you put some condition for a block of statements the flow. ... Following program illustrates the use of if construct in 'C' ...
Answered by
0
Conditional control statements:
EXPLANATION:
- Here is the list of conditional statements in a programming language:
- Switch statement
- If statement
- If-Else If ladder
- If-Else statement
- Nested If-else statement
- Conditional statements help you decide based on the boolean data type to derive the statement as true or false.
- Conditional statements perform different actions based on the coding language.
- A conditional statement has two parts, namely Hypothesis (if) and conclusion (then).
Similar questions