1.

Which of the following operators can be overloaded?

A. .(dot or member access operator)
B. & (address-of operator)
C. sizeof operator
D. ?: (conditional operator)
Answer» C. sizeof operator


Discussion

No Comment Found