What is this pointer in c++?
Every object in C++ has access to its own address through an important pointer called this pointer. The this pointer is an implicit parameter to all member functions. Therefore, inside a member function, this may be used to refer to the invoking object. ... Only member functions have a this pointer.
Is This Answer Correct ? | 0 Yes | 0 No |
Why are pointers used?
Explain about templates of C++.
What is the arrow operator in c++?
What is the difference between a shallow copy and a deep copy?
how to create window program in c++.please explain.
Explain polymorphism?
Is c++ an oop?
How is static data member similar to a global variable?
What are single and multiple inheritances in c++?
Explain dangling pointer.
What is static function? Explain with an example
write a porgram in c++ that reads an integer and print the biggest digit in the number