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
Describe the steps to insert data into a singly linked list.
What is non linear data structure in c?
Write a code to generate a series where the next element is the sum of last k terms.
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
Explain how can you tell whether two strings are the same?
How does selection sort work in c?
How to declare pointer variables?
What does 4d mean in c?
How many types of arrays are there in c?
Do you know the purpose of 'register' keyword?
Can a pointer point to null?
What is main return c?
Is that possible to add pointers to each other?
Explain what is wrong in this statement?
How is a macro different from a function?