Q. Which of the following is correct about this pointer in C++?
β
Correct Answer: (B)
this pointer is passed as a hidden argument in all non-static functions of a class
You must be Logged in to update hint/solution