Computer Science, asked by roshini775, 5 months ago

.......... Box is used to represent the c o n d i t i o n a l operators for checking applying and condition

Answers

Answered by pinkymol188
0

Answer:

A conditional operator is represented by the symbol '?:' 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.

Similar questions