Which statement about operator overloading is false?

(A) New operators can never be created
(B) Certain overloaded operators can change the number of arguments they take.
(C) The precedence of an operator cannot be changed by overloading.
(D) Overloading cannot change how an operator works on built-in types.

In overloading the assignment (=) operator, which object will call the operator function?

(A) Right object of the assignment operator
(B) Left object of the assignment operator
(C) Both objects will call the assignment operator
(D) No object will call the assignment operator

error: Content is protected !!