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 Generic pointer? What is the purpose of Generic
pointer? Where it is used?

Answer Posted / kiran kumar yakkala

generic pointer- generally "void" used for generic
no specification of data type
if u dont know the data type specification at the time
of any funciton or datatype declaration, generally go for
generaic(void) .
but it needs a "type conversion" for further usage
mind that "void" pointer never be incremented or
decremented, after type conversion only u should go for
that.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is it possible to pass an entire structure to functions?

1053


What are qualifiers and modifiers c?

1064


Is there anything like an ifdef for typedefs?

1222


What is the process of writing the null pointer?

1065


What is pointers in c with example?

1139


What are all different types of pointers in c?

1058


Are enumerations really portable?

1079


What is wrong with this program statement? void = 10;

1314


Why is main function so important?

1162


Multiply an Integer Number by 2 Without Using Multiplication Operator

823


Are pointers integers in c?

1123


How is a macro different from a function?

1247


What is the purpose of type declarations?

1170


Discuss the function of conditional operator, size of operator and comma operator with examples.

1215


Why is #define used?

1333