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


Please Help Members By Posting Answers For Below Questions

What is the difference between memcpy and memmove?

794


Explain what is the purpose of "extern" keyword in a function declaration?

830


Write a progarm to find the length of string using switch case?

1858


Define the scope of static variables.

847


Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?

887


Which is the best website to learn c programming?

834


What does it mean when a pointer is used in an if statement?

876


Which programming language is best for getting job 2020?

803


What is the use of the function in c?

810


How can I get the current date or time of day in a c program?

981


write a c program to calculate sum of digits till it reduces to a single digit using recursion

3014


What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?

1199


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

853


What is #define used for in c?

833


Describe the steps to insert data into a singly linked list.

846