147k views
2 votes
An expression using the conditional operator is called a(n) __________ expression.

1 Answer

5 votes

Answer: Conditional expression

Explanation: Conditional operators are those operators that are used between two values or variables for the given condition. This operator return an answer after evaluating the condition that can turns out to be true or false .

They also help in increment and decrement of the variable value by one according to condition.Conditional expression are those expression that use conditional operator in their statement for gaining a return value according to the condition being true or false.

User Curtis Crewe
by
5.3k points