what is pointers

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


Please Help Members By Posting Answers For Below Questions

What is protected in oop?

604


Can we create object of interface?

601


What is debug class?what is trace class? What differences are between them? With examples.

1608


What is destructor in oop?

623


What is polymorphism oop?

621






What is variable example?

593


What is an example of genetic polymorphism?

649


What is destructor give example?

603


What are the types of abstraction?

555


Can we define a class within the interface?

553


If a=5, b=6, c=7, b+=a%c*2. What is the final value of b?

944


can inline function declare in private part of class?

3658


What are constructors in oop?

592


What is a class oop?

594


Describe these concepts: Polymorphism, Inheritance and Abstraction.

612