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 ?

Answer Posted / prakash dasari

pointer is also like an ordinary variable which can hold
some data. But the difference is it holds the memory
address where that particular variable is stored.
so pointer is a memory varible which holds the valid
address of similar type. that is integer pointer have to
use to hold the address of the integer variable to avoid
the unexpected results. so to store the float varible data
use float pointer only for datasafe.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above

2121


What is difference between Structure and Unions?

1310


How pointer is different from array?

1146


How can you read a directory in a C program?

1185


Explain null pointer.

1193


What is pre-emptive data structure and explain it with example?

3788


What is difference between arrays and pointers?

1151


c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above

1319


When c language was developed?

1103


Where static variables are stored in c?

1168


explain what is fifo?

1132


All technical questions

2056


Why is this loop always executing once?

1110


What is calloc in c?

1189


Can the sizeof operator be used to tell the size of an array passed to a function?

1176