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

What is the benefit of using const for declaring constants?

813


swap 2 numbers without using third variable?

868


What is the use of ?

816


What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?

1014


Describe the steps to insert data into a singly linked list.

824


What is the size of array float a(10)?

897


What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.

3968


What is the use of linkage in c language?

824


What is a scope resolution operator in c?

957


Can a variable be both constant and volatile?

819


Write a program to use switch statement.

882


Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.

854


What are the advantages and disadvantages of pointers?

812


What is a lookup table in c?

822


What do you know about the use of bit field?

813