Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

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: d
Explanation: There are many rights to left associativity operators in C++, which means they are evaluation is done from right to left. Type Cast is one of them.

Join The Discussion