what are conditional constructs ? name the different types of conditional constructs
Answers
Answered by
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
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
History,
4 months ago
Hindi,
4 months ago
Science,
8 months ago
Social Sciences,
8 months ago
Social Sciences,
1 year ago
Social Sciences,
1 year ago