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 |
What are the various access specifiers in c++?
Why do we need function?
What is the difference between new() and malloc()?
Do the names of parameters have to agree in the prototype, definition, and call to the function?
What are c++ files?
What is c++ code?
what are the types of Member Functions?
Explain what you mean by a pointer.
What is c++ and its uses?
What is #include cmath?
If there are 1 to 100 Numbers in array of 101 elements. Which is the easy way to find repeated number?
True or false, if you keep incrementing a variable, it will become negative a) True b) False c) It depends