Computer Science, asked by sanayakhan335, 1 year ago

Tell us about conditional operator.

Answers

Answered by gokulavarshini
0
it will surely help you don't worry
Attachments:
Answered by orangesquirrel
0

Answer:

Conditional operators are the ones which are used to describe conditional expressions in programs.

It usually takes in three operands and are therefore known as ternary operators. The two conditional operators are '?' and ':'.

It works in a left to right fashion and it executes the result of the operand which is evaluated.

Similar questions