What is Generic pointer? What is the purpose of Generic
pointer? Where it is used?
Answer Posted / kiran kumar yakkala
generic pointer- generally "void" used for generic
no specification of data type
if u dont know the data type specification at the time
of any funciton or datatype declaration, generally go for
generaic(void) .
but it needs a "type conversion" for further usage
mind that "void" pointer never be incremented or
decremented, after type conversion only u should go for
that.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
When a c file is executed there are many files that are automatically opened what are they files?
Should I learn c before c++?
How can I do peek and poke in c?
What standard functions are available to manipulate strings?
how can I convert a string to a number?
What language is c written?
how logic is used
What is extern keyword in c?
What kind of structure is a house?
How many types of operator or there in c?
What is ## preprocessor operator in c?
What are type modifiers in c?
How can you call a function, given its name as a string?
Write a code on reverse string and its complexity.
What is calloc in c?