Use of assignment operator ____________________
(a) Changes its use, when used at declaration and in normal assignment
(b) Doesn’t changes its use, whatever the syntax might be
(c) Assignment takes place in declaration and assignment syntax
(d) Doesn’t work in normal syntax, but only with declaration
I have been asked this question in an online quiz.
The origin of the question is Assigning Objects in chapter Assigning Object, Pointer to Objects, Passing and Returning Object of Object Oriented Programming