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 time complexity c?
What is the difference between typedef struct and struct?
What's the total generic pointer type?
Explain how can you check to see whether a symbol is defined?
What is typedef struct in c?
what is recursion in C
How can I direct output to the printer?
How do you determine the length of a string value that was stored in a variable?
What is nested structure in c?
while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above
What is pivot in c?
What do you mean by dynamic memory allocation in c?
What is null pointer constant?
How can I read in an object file and jump to locations in it?
What is the difference between malloc() and calloc()?