Right choice is (c) Because it becomes parameter pointed by *this
The best I can explain: The left object is removed from being passed as a parameter, because it is implicitly passed. It is passed implicitly because it is considered the object with respect to which the overloading function is being called.