Operator overloading: the process in which operators are used to operate on different datatypes. For example, ‘+’ operator when used with integer of float, it does addition, while if it is used with character it does concatenation. Which of the following operators cannot be overloaded?
Reveal answer
Fill a bubble to check yourself