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 boolean 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.

c. The second operand is the result value if the condition evaluates to false.

Computer Science & Information Technology

You might also like to view...

When an application tries to access a page that is not in memory, a ____ occurs and the Memory Manager automatically brings that page into memory.

A. page fault B. page request C. page allocation D. demand page

Computer Science & Information Technology

Which of the following options in the Hue/Saturation Properties panel is necessary for colorizing a black-and-white image?

A. Spot Color B. Drop Shadow C. Colorize D. RGB

Computer Science & Information Technology