_______box is used to represent the conditional operations for checking or applying any condition
Answers
Answered by
2
Answer:
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.
Answered by
3
Answer:
Process
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.
Have a GOOD day
Similar questions
CBSE BOARD X,
4 months ago
English,
4 months ago
English,
4 months ago
Science,
8 months ago
English,
8 months ago
English,
11 months ago
Math,
11 months ago
India Languages,
11 months ago