MCQOPTIONS
Saved Bookmarks
| 1. |
Which is the correct statement anout operator overloading in C++?. |
| A. | Only arithmetic operators can be overloaded |
| B. | Associativity and precedence of operators does not change |
| C. | Precedence of operators are changed after overlaoding |
| D. | Only non-arithmetic operators can be overloaded |
| Answer» C. Precedence of operators are changed after overlaoding | |