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
Is this job good for future? can do this job post grduate student?
What are the types of abstraction?
What are the three main types of variables?
What is abstraction example?
Why do we use polymorphism?
What is pure oop?
Is data hiding and abstraction same?
What is the example of polymorphism?
What are the two different types of polymorphism?
What are the 4 main oop principles?
What is polymorphism explain?
Why do we use class in oops?
Why do while loop is used?
can we make game by using c
Why multiple inheritance is not possible?