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 pointer ?

Answer Posted / s.s.venkatesh

Pointer is also a variable,that is used to refer the memory
location of the particular variable(that is pointer
variable).
In pointer,we can get address of the particular variable by
using ambuson(&) symbol.
we can get the value by using asterisk(*) symbol.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between abs() and fabs() functions?

1058


What is the use of typedef in structure in c?

916


Explain a file operation in C with an example.

1052


What are the differences between new and malloc in C?

1068


How do you write a program which produces its own source code as output?

1056


What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?

993


typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none

1157


What is structure packing in c?

1024


How can I determine whether a machines byte order is big-endian or little-endian?

999


Is int a keyword in c?

902


What is difference between far and near pointers?

984


What are register variables? What are the advantage of using register variables?

1124


What is malloc return c?

972


Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon

5891


What are the Advantages of using macro

1111