Solved

Which of the Following Statements About the Conditional Operator

Question 57

Multiple Choice

Which of the following statements about the conditional operator (
:) is false


A) The conditional operator is a ternary operator, meaning that it takes three operands.
B) The first operand is a bool expression.
C) The second operand is the result value if the condition evaluates to false.
D) The second operand is the result value if the condition evaluates to true.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions