
Decision Statements
1. Why decision-making statements are used in the program?
Ans: In the programming languages, many times we need to change the sequence of execution of
statements. Based on the condition, some option is to be selected. Decision-making statements are used
to control the flow and execution of statements. Execution order of statements changes using decision-
making statements.
2. What kinds of operators are used in the decision-making statements?
Ans: In the decision-making statements, logical, arithmetic, relational or conditional operators are used.
3. List the decision-making statements supported by C.
Ans: C supports the ...