Which of the following is/are a decision making statement?

81. Which of the following is/are a decision making statement?

  1. IF statements
  2. Switch statement
  3. Conditional operators
  4. None of the above

Options:

  1. 1 and 2
  2. 1 and 3
  3. 4
  4. 1, 2, and 3

Answer: D) 1, 2, and 3

Explanation:

In C++, Decision-making statements are:

  • IF statements
  • Switch Statements
  • Conditional operators.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.