what is a pointer

Answers were Sorted based on User's Feedback



what is a pointer..

Answer / chaitali anand tendulkar

A pointer is a variable which contains a address in memory
of another variable. in other words it is a address of
variable.

Is This Answer Correct ?    27 Yes 2 No

what is a pointer..

Answer / roshan

In a simple word.....
A pointer is a variable which is store the address of another variable.

Is This Answer Correct ?    11 Yes 1 No

what is a pointer..

Answer / anil yadav

A pointer is a variable which contains the address in memory of another variable. We can have a pointer to any variable type....

Is This Answer Correct ?    4 Yes 0 No

what is a pointer..

Answer / joshi

Pointer is a special variable which hold the address of the
next variable.

Is This Answer Correct ?    3 Yes 2 No

Post New Answer

More C Interview Questions

what is the purpose of the code, and is there any problem with it. unsigned int v[10]; unsigned int i = 0; while (i < 10) v[i] = i++;

2 Answers   Google,


What are the types of pointers?

0 Answers  


Explain the binary height balanced tree?

0 Answers  


Explain what is the heap?

0 Answers  


how to capitalise first letter of each word in a given string?

0 Answers  






swap two integer variables without using a third temporary variable?

6 Answers   Persistent,


hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell

0 Answers   Reliance,


wat are the two methods for swapping two numbers without using temp variable??

2 Answers  


who is the founder of c

19 Answers   College School Exams Tests, HP,


write a own function for strstr

1 Answers   LG Soft,


Are pointers integers in c?

0 Answers  


Do character constants represent numerical values?

0 Answers  


Categories