Which operator is having right to left associativity in the following?
W
A. O array subscription
B. O function call
c. O type cast
D. O addition and substraction
Answers
Answered by
1
Addition and subtraction are having the right to left associativity.
Option (d) is correct.
Explanation:
- There are many operators of the C++ language.
- The most common operators are arithmetic operators, logical operators, comparison operators, and bitwise operators.
- The operator of C++ language tells us how to perform the functions of mathematical and logical operations.
- Moreover, C++ is rich with many kinds of multifunctional operators.
- Basically, it is a symbol that guides the compiler to perform a function.
Similar questions