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?

Answer Posted / guest

ordinary variable holds value and pointer variable holds
the address

Is This Answer Correct ?    21 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?

1352


Is null a keyword in c?

1248


What are types of preprocessor in c?

1112


Which is better pointer or array?

1067


Explain the use of fflush() function?

1129


What is wrong in this statement?

1213


How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?

1082


How can I find the modification date and time of a file?

1123


What is the use of c language in real life?

1070


Can two or more operators such as and be combined in a single line of program code?

1413


What is far pointer in c?

1386


What is pass by reference in c?

1235


What is huge pointer in c?

1134


You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.

2402


How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?

1074