which of following operator used to overloading
Answers
Both arithmetic and non-arithmetic operators can be overloaded. The precedence and associativity of operators remains the same after and before operator overloading.
Operator overloading is syntactic sugar, and is used because it allows programming using notation nearer to the target domain and allows user-defined types a similar level of syntactic support as types built into a language.
The two member access operators, operator->() and operator->*() can be overloaded. The most common use of overloading these operators is with defining expression template classes, which is not a common programming technique.
Answer:
U haven't uploaded or mentioned the following part.. But let me try answering as a porous ans!!
Things to Remember in C++ Operator Overloading. Two operators = and & are already overloaded by default in C++. For example, to copy objects of the same class, we can directly use the = operator.
I hope that your question belongs to computer science subject...
MARK ME AS BRAINLIEST IF MY ANSWER WAS CORRECT!!! TAKE CARE STAY SAFE STAY HOME :)