Home »
MCQs »
C++ MCQs
Which of the following is/are a decision making statement?
81. Which of the following is/are a decision making statement?
- IF statements
- Switch statement
- Conditional operators
- None of the above
Options:
- 1 and 2
- 1 and 3
- 4
- 1, 2, and 3
Answer: D) 1, 2, and 3
Explanation:
In C++, Decision-making statements are:
- IF statements
- Switch Statements
- Conditional operators.