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
What is the difference between memcpy and memmove?
Explain what is the purpose of "extern" keyword in a function declaration?
Write a progarm to find the length of string using switch case?
Define the scope of static variables.
Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
Which is the best website to learn c programming?
What does it mean when a pointer is used in an if statement?
Which programming language is best for getting job 2020?
What is the use of the function in c?
How can I get the current date or time of day in a c program?
write a c program to calculate sum of digits till it reduces to a single digit using recursion
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above
What is #define used for in c?
Describe the steps to insert data into a singly linked list.