Computer Science, asked by reyazpdhn, 10 months ago

write a short note on conditional operator​

Answers

Answered by tarunkumar22032003
1

Explanation:

The conditional operator works as follows: The first operand is implicitly converted to bool. It is evaluated and all side effects are completed before continuing. If the first operand evaluates to true (1), the second operand is evaluated.

Answered by simran199934
0

Answer:

The conditional operator works as follows:

  • The first operand is implicitly converted to bool. It is evaluated and all side effects are completed before continuing. If the first operand evaluates to true

the second operand is evaluated.

Explanation:

Hope it help u

Please follow me.

Similar questions