Answer Posted / hrpynux@gmail.com
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 |
Post New Answer View All Answers
What is implicit pointer in c++?
What is c++ map?
Write a program which employs Recursion
How come you find out if a linked-list is a cycle or not?
Explain this pointer?
What flag means?
Why #include is used?
What is the difference between a reference and a pointer?
Evaluate the following expression as C++ would do :8 * 9 + 2 * 5 a) 82 b) 79 c) 370 d) list
What is a friend function in c++?
What is vector string in c++?
What is pointer to array in c++?
What is abstraction in c++?
Is there any function that can skip certain number of characters present in the input stream?
Can c++ be faster than c?