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
What is the benefit of using const for declaring constants?
swap 2 numbers without using third variable?
What is the use of ?
What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?
Describe the steps to insert data into a singly linked list.
What is the size of array float a(10)?
What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.
What is the use of linkage in c language?
What is a scope resolution operator in c?
Can a variable be both constant and volatile?
Write a program to use switch statement.
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.
What are the advantages and disadvantages of pointers?
What is a lookup table in c?
What do you know about the use of bit field?