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


difference between ordinary variable and pointer in C?

Answers were Sorted based on User's Feedback



difference between ordinary variable and pointer in C?..

Answer / guest

ordinary variable holds value and pointer variable holds
the address

Is This Answer Correct ?    21 Yes 1 No

difference between ordinary variable and pointer in C?..

Answer / syed

an ordinary variable is like a container it can hold any
value and we can change the value of ordinary variable at
time throughout the program.
a pointer is a variable that stores the address of another
variable ..

Is This Answer Correct ?    13 Yes 2 No

Post New Answer

More C Interview Questions

what is the difference between structural,object based,object orientd programming languages?

1 Answers   PanTerra,


What does s c mean in text?

0 Answers  


Explain the Difference between the New and Malloc keyword.

0 Answers   InterGraph,


What would be an example of a structure analogous to structure c?

0 Answers  


what is pointer

1 Answers   TCS,


How do I declare an array of N pointers to functions returning pointers to functions returning pointers to characters?

2 Answers  


What is the difference between call by value and call by reference in c?

0 Answers  


How to write a C program to determine the smallest among three nos using conditional operator?

2 Answers   Google,


How can I make it pause before closing the program output window?

0 Answers  


what is the output of below code int x=8,y; x>>=2; y=x; what is y value. NOTE:EXPLANATION IS COMPALSARY with binary bits

2 Answers   Wipro,


If input is 123 then how to print 100 and 20 and 3 seperately?

4 Answers  


Write a program to check prime number in c programming?

0 Answers  


Categories