UGC-NET | UGC NET CS 2017 Jan – II | Question 14
Which of the following operators cannot be overloaded in C/C++ ?
(A) Bitwise right shift assignment
(B) Address of
(C) Indirection
(D) Structure reference
Answer: (D)
Explanation: Structure reference cannot be overloaded in C/C++.
For detailed information Refer:Functions that cannot be overloaded in C++
So, option (D) is correct.
Quiz of this Question