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 / veluri.haritha

It is a pointer to hold the address of variable of any data
type.it can be declared using void data type .It is used in
memory allocation functions etc.....

Is This Answer Correct ?    8 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How does #define work?

1127


How do you construct an increment statement or decrement statement in C?

1274


What is extern variable in c with example?

1056


What are 'near' and 'far' pointers?

1093


Can you write the function prototype, definition and mention the other requirements.

1198


difference between Low, Middle, High Level languages in c ?

2142


What is a program flowchart?

1284


Write the syntax and purpose of a switch statement in C.

1153


Can you explain what keyboard debouncing is, and where and why we us it? please give some examples

2248


write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list

2867


Explain argument and its types.

1114


we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?

1317


Is python a c language?

1055


What is the difference between malloc() and calloc() function in c language?

1138


Create a simple code fragment that will swap the values of two variables num1 and num2.

1329