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 do you mean by abstraction?
What are the components of marker interface?
What is the difference between a mixin and inheritance?
How can you overcome the diamond problem in inheritance?
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
What is super in oop?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
What is pointer in oop?
Why is abstraction needed?
• What are the desirable attributes for memory managment?
What is byval and byref? What are differences between them?
What are the 3 principles of oop?
What is the main feature of oop?
What do you mean by overloading?