______ operator operates with three operands.
Answers
Answered by
1
Answer:
conditional operator.........
Answered by
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