Home »
MCQs »
C++ MCQs
The associativity of the conditional operator is?
58. The associativity of the conditional operator is?
- Left to Right
- Right to Left
Answer: B) Right to Left
Explanation:
In C++, the associativity of the conditional operator "?:" is Right to Left.