Computer Science, asked by shreya453630, 3 months ago

iv.
dash box is used to represent the conditional operations​

Answers

Answered by TheBrain2006
0

Answer:

Hello There ✌

Explanation:

➡️ A conditional operator is represented by the symbol '?:'. The first operand (specified before the '?:') is the evaluating (conditional) expression. It has to be such that the type of evaluated expression can be implicitly converted to 'bool' or that implements operator true in order to avoid compilation errors .

I hope it would have been helpful !

Similar questions