Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is pointer?

Answers were Sorted based on User's Feedback



what is pointer?..

Answer / guest

a pointer is a a variable that contains the address of an
another variable

Is This Answer Correct ?    1 Yes 1 No

what is pointer?..

Answer / gyanendra

Pointer is used to store address of any variable.
int a,*p;
p=&a//p store address of a

Is This Answer Correct ?    0 Yes 0 No

what is pointer?..

Answer / j naveen reddy

Pointer is a reference variable, as it refers the address of the other variable

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

what will be the output for the following main() { printf("hi" "hello"); }

5 Answers   RoboSoft,


how to generate the length of a string without using len funtion?

4 Answers  


what r the cpu registers r ther?

1 Answers  


What does malloc () calloc () realloc () free () do?

0 Answers  


How to convert decimal to binary in C using recursion??

4 Answers   HP, IBM,


What are local static variables? How can you use them?

0 Answers  


What is huge pointer in c?

0 Answers  


What is an endless loop?

0 Answers  


what is the function of .h in #include<stdio.h> in c ?

23 Answers   HCL, IBM, Wipro,


Are global variables static in c?

0 Answers  


a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion

0 Answers   Mindteck,


where can function pointers be used?

2 Answers  


Categories