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
Tell me with an example the self-referential structure?
What is c preprocessor mean?
Can the sizeof operator be used to tell the size of an array passed to a function?
What will the preprocessor do for a program?
Why we use break in c?
Write a code to determine the total number of stops an elevator would take to serve N number of people.
How can you return multiple values from a function?
List the different types of c tokens?
Where does the name "C" come from, anyway?
What is property type c?
What are header files why are they important?
Can you write the algorithm for Queue?
can anyone please tell about the nested interrupts?
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
Is main is a keyword in c?