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 the difference between normal variables and pointer
variables..............

Answer Posted / nibedita

Pointers will store the variable address and normal variable
will store the variable value. But if you will declare int *p;
int i=10; and you want to accsess the memory of i you have
to write p=&i; But i can access directly the memory adress
of variable through printf("%d",&i); Then wht is the
difference between pointer and normal variable?

Is This Answer Correct ?    0 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What’s a signal? Explain what do I use signals for?

1156


What is the use of c language in real life?

1070


Is that possible to add pointers to each other?

1422


Are the expressions * ptr ++ and ++ * ptr same?

1205


Why pointers are used?

1116


What is dynamic dispatch in c++?

1108


in iso what are the common technological language?

2162


What is a pragma?

1175


What is c programing language?

1132


What is the difference between union and structure in c?

1276


write a program to print largest number of each row of a 2D array

2372


What is the difference between the = symbol and == symbol?

1167


What is array of pointers to string?

1155


Why are algorithms important in c program?

1172


In a byte, what is the maximum decimal number that you can accommodate?

1196