Answer Posted / arun
A pointer is a programming language data type whose value
refers directly to (or "points to") another value stored
elsewhere in the computer memory using its address.A pointer
references a location in memory, and obtaining the value at
the location a pointer refers to is known as dereferencing
the pointer.
| Is This Answer Correct ? | 21 Yes | 5 No |
Post New Answer View All Answers
What are the features of oop?
What is the renewal class?
what type of questions
any one please tell me the purpose of operator overloading
What is polymorphism what are the different types of polymorphism?
What is encapsulation in oops?
What is the example of polymorphism?
Is html an oop?
What is overriding in oops?
Plese get me a perfect C++ program for railway/airway reservation with all details.
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
What is advantage of inheritance?
What type of loop is a for loop?
What is abstract class in oops?
What is cohesion in oop?