Computer Science, asked by soniakhokhar055, 4 months ago

_____is a ternary operator.​

Answers

Answered by devguru01
0

In computer programming, ?: is a ternary operator that is part of the syntax for basic conditional expressions in several programming languages. It is commonly referred to as the conditional operator, inline if (iif), or ternary if. An expression a ? b : c evaluates to b if the value of a is true, and otherwise to c .

Answered by garimachaudhary53
0

Answer:

Conditional is ternary operator

Similar questions