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 / guest

normal variables carry the specified data where as the
pointer variable carried the address of the specified data,,,,,
eg: if we give int x =10; ptr p=*x;here x is the normal
variable carries 10 and pointer variable is p which carried
address of the integer variable x.

Is This Answer Correct ?    215 Yes 31 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

When should you use a type cast?

1178


cavium networks written test pattern ..

4138


What is this infamous null pointer, anyway?

1100


What is getch?

1273


Differentiate between null and void pointers.

1226


Is it fine to write void main () or main () in c?

1075


How do you override a defined macro?

1312


What is huge pointer in c?

1134


pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)

2692


write a program to find out prime number using sieve case?

2137


What is void main ()?

1117


Where local variables are stored in c?

1045


What is 2c dna?

1127


What are comments and how do you insert it in a C program?

1299


7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.

2821