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
Can we override main method?
What is meant by multiple inheritance?
What is polymorphism oop?
What are the benefits of interface?
What is oops and why we use oops?
What is the real life example of polymorphism?
What are oops methods?
What is the real time example of inheritance?
What is encapsulation selenium?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
What is the difference between abstraction and polymorphism?
write a program to find 2 power of a 5digit number with out using big int and exponent ?
How to use CMutex, CSemaphore in VC++ MFC
What is variable example?
What is oops?what is its use in software engineering?