Digital-Logic-Design
October 3, 2023NIC-NIELIT Scientist-B 2020
October 3, 2023OOPS
| Question 29 |
The operator that cannot be overloaded is
| ++ | |
| :: | |
| 0 | |
| ~ |
Question 29 Explanation:
There are 4 operators that cannot be overloaded in C++. They are :: (scope resolution), . (member selection), . * (member selection through pointer to function) and ?: (ternary operator).
Correct Answer: B
Question 29 Explanation:
There are 4 operators that cannot be overloaded in C++. They are :: (scope resolution), . (member selection), . * (member selection through pointer to function) and ?: (ternary operator).
