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...

why do we use pointer instead directly acessing the data?

Answer Posted / jitendra mishra

As we know pointer shows the address of a particular variable in the memory space.and accessing variable by its name is a bit time consuming because there can have more than one variable of same name but there can not be same address for two different variables.So pointer is more accurate and quick.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)

2334


how can I convert a string to a number?

1135


Explain what are binary trees?

1127


In a header file whether functions are declared or defined?

1171


find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2

2045


What is %s and %d in c?

1104


how to print the character with maximum occurence and print that number of occurence too in a string given ?

2530


i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none

1119


Is that possible to store 32768 in an int data type variable?

1131


How can I discover how many arguments a function was actually called with?

1112


What is difference between far and near pointers?

1104


What is the value of uninitialized variable in c?

1088


Apart from dennis ritchie who the other person who contributed in design of c language.

1473


When should you use a type cast?

1178


Is javascript based on c?

1113