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
What is a function in c?
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?
Explain heap and queue.
What is the purpose of sprintf() function?
What is array in C
Write the Program to reverse a string using pointers.
what is reason of your company position's in india no. 1.
Is c compiled or interpreted?
Which header file is used for clrscr?
Are negative numbers true in c?
Why enum is used in c?
What is data structure in c and its types?
The file stdio.h, what does it contain?
What are the main characteristics of c language describe the structure of ac program?
Is c weakly typed?