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 are variables c?
What are the benefits of c language?
Explain high-order and low-order bytes.
What is the easiest sorting method to use?
What is a #include preprocessor?
What is the difference between mpi and openmp?
Is that possible to store 32768 in an int data type variable?
What is the size of structure pointer in c?
Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.
What is the use of sizeof?
What is %s and %d in c?
What is a lvalue
Explain what is a 'locale'?
What is a far pointer in c?
Is array name a pointer?