Which operator is having the right to left associativity in the following?
A. Array subscripting
B. Function call
C. Addition and subtraction
D. Type cast
Answer: Option D
Related Questions on Operators and Expressions in C plus plus
What is the operator precedence of the multiplication operator (*) in C++?
A. Highest
B. Lowest
C. Equal to addition
D. Equal to subtraction
Join The Discussion