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
How will you find a duplicate number in a array without negating the nos ?
How is pointer initialized in c?
Can a file other than a .h file be included with #include?
please send me the code for multiplying sparse matrix using c
what are non standard function in c
What extern c means?
What is sizeof int in c?
Can we change the value of static variable in c?
How can I write a function that takes a format string and a variable number of arguments?
Which is more efficient, a switch statement or an if else chain?
How can you invoke another program from within a C program?
What is new line escape sequence?
Is there a way to compare two structure variables?
What are the properties of union in c?
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?