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 / ramakant kisan karnekar

Pointer is a value variable it stores the address of
another variable
ex
int a=10;
int *p;
p=&x;

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is bubble sort in c?

1100


What are the different types of control structures in programming?

1173


Explain how can I prevent another program from modifying part of a file that I am modifying?

1138


What is page thrashing?

1137


When c language was developed?

1100


What is pragma c?

1180


What are 3 types of structures?

1103


Why does everyone say not to use scanf? What should I use instead?

1469


a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list

1115


What is memcpy() function?

1165


What is graph in c?

1100


how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?

1978


How many types of operator or there in c?

1135


What is a scope resolution operator in c?

1326


What is the mean of function?

1189