the conditional operator is also called_______ operator
Answers
Answered by
0
Answer:
the conditional operator is also called ternary operator .
Answered by
0
Answer:
ternary operators.
Explanation:
Since the Conditional Operator '?:' takes three operands to work, hence they are also called ternary operators. Working: Here, Expression1 is the condition to be evaluated. If the condition(Expression1) is True then Expression2 will be executed and the result will be returned
Similar questions