When does a 'this' pointer get created?
Answer / Deepa Singh
The 'this' pointer is automatically created by the compiler and is accessible within non-static member functions. It points to the object for which the function is called.
| Is This Answer Correct ? | 0 Yes | 0 No |
In C++ cout is: a) object b) class c) something else
11 Answers Infosys, Lehman Brothers,
Explain linear search.
What is a "RTTI"?
What is c++ mutable?
What is a c++ class?
What is c++ try block?
What is Namespace?
What is the difference between method and message?
In which header file does one find isalpha() a) conio.h b) stdio.h c) ctype.h
What are the advantages of C++ programming compared to C programming?
Explain what are mutator methods in c++?
What is constructor in C++?