What is the use of the this pointer?
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
• It points to the calling object and is used to resolve scope issues, especially with member functions
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / glibwaresoftsolutions
• It points to the calling object and is used to resolve scope issues, especially with member functions.
| Is This Answer Correct ? | 0 Yes | 0 No |
• It points to the calling object and is used to resolve scope issues, especially with member functions.
| Is This Answer Correct ? | 0 Yes | 0 No |
How does atoi function work?
What is virtual table?
Do you know the problem with overriding functions?
What is the output of the following program? Why?
Why is null pointer used?
int *p = NULL; printf("%1d",p) ; what will be the output of this above code?
What is c++ namespace?
Explain container class.
What is a container class?
what is the difference between linear list linked representaion and linked representation? what is the purpose of representing the linear list in linked represention ? is it not avoiding rules of linear represention?
What is recursion?
What are static and dynamic type checking?