Computer Science, asked by balajilic1431, 5 months ago

______ operator operates with three operands.

Answers

Answered by Anonymous
1

Answer:

conditional operator.........

Answered by srivang2009
0

Answer:

conditional operator

Explanation:

The conditional operator (? :) is a ternary operator (it takes three operands). The conditional operator works as follows: The first operand is implicitly converted to bool .

Similar questions