Can we change the basic meaning of an operator in c++?
Answer Posted / Siddh Nath Jha
No, it's not possible to change the basic meaning of a C++ operator. Operators have a fixed set of meanings and can only be used for their designated purposes. However, user-defined operators (like overloading) can be created to work with custom data types.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers