What is Generic pointer? What is the purpose of Generic
pointer? Where it is used?
Answer Posted / rambabu
generic pointer is a pointer and it accept any data
type.suppose u give int as the our data type but u give
float as the value to the program then it will accept
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Explain how can you determine the size of an allocated portion of memory?
What is this pointer in c plus plus?
What is pass by reference in c?
Can we add pointers together?
What is the purpose of type declarations?
What are type modifiers in c?
What is the use of static variable in c?
How can I read/write structures from/to data files?
Explain what are binary trees?
Difference between MAC vs. IP Addressing
Can we change the value of #define in c?
What is a lookup table in c?
Is null always defined as 0(zero)?
What’s the special use of UNIONS?
What are global variables?