Question
Easy

The symbol ?: shows _______ operator.

1
Logical
2
Conditional
3
Relational
4
Arithmetic
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter:
Topic:
Correct Answer
Option B
Explanation

The correct option is (2): The symbol ?: represents the Conditional operator, which is also uniquely referred to as the Ternary operator because it is the only operator in C and C++ (among others) that requires exactly three operands. Its fundamental syntax is condition ? expression1 : expression2. The operator first evaluates the logical condition. If the condition is determined to be true, the result of the entire expression is…Read More

The symbol shows - HTET Level 3 | Clear Cutoff