what is pointers

Answers were Sorted based on User's Feedback



what is pointers..

Answer / ramya

pointer is a memory variable that stores the address of the
another variabe

Is This Answer Correct ?    55 Yes 0 No

what is pointers..

Answer / 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

what is pointers..

Answer / umashankar mishra

pointer is a variable which is used to store the adress of
another variable
syntax:
int *ptr
* symbole is used to defined the pointer

Is This Answer Correct ?    8 Yes 0 No

what is pointers..

Answer / p.madhupriya

pointer is a variable that points to address of another variable

Is This Answer Correct ?    3 Yes 0 No

what is pointers..

Answer / durgesh jaiswal

pointer is a memory variable which holds the address of another variable.........
syntax-*ptr

Is This Answer Correct ?    2 Yes 0 No

what is pointers..

Answer / backiya

pointer is a memory variable...
it's stored address in another new variable

Is This Answer Correct ?    1 Yes 0 No

what is pointers..

Answer / ramesh bhumarapu

Pointer is a Reference Variable...
which contains address of another variables

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More OOPS Interview Questions

What are main features of oop?

0 Answers  


What is polymorphism used for?

0 Answers  


What is difference between polymorphism and inheritance?

0 Answers  


What is encapsulation and abstraction? How are they implemented in C++?

0 Answers   Agilent, ZS Associates,


Why is object oriented programming so hard?

0 Answers  


What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?

0 Answers   NIIT, SRA,


hi, this is raju,iam studying b.tech 2nd year,iam want know about group1 and group2 details, and we can studying without going to any instutions? please help me.

0 Answers  


When not to use object oriented programming?

0 Answers  


WRITE A SIMPLE C++ PROGRAM TO SWAP TWO NOS WITHOUT USING TEMP

2 Answers  


What are functions in oop?

0 Answers  


Explain the advantages of inheritance.

0 Answers   TCS,


how much classes are used in c++

5 Answers  


Categories