C++ | this pointer | Question 1

Last Updated :
Discuss
Comments
Which of the following is true about this pointer?
It is passed as a hidden argument to all function calls
It is passed as a hidden argument to all non-static function calls
It is passed as a hidden argument to all static functions
None of the above
Share your thoughts in the comments