Answer Posted / karthik
void *p;
its void pointer.
it can point to any pointer like int*,char*,etc....
that is use of void*.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
How would you rename a function in C?
What does the && operator do in a program code?
Do pointers store the address of value or the actual value of a variable?
What does printf does?
What is bubble sort technique in c?
What are near, far and huge pointers?
Is there a way to compare two structure variables?
What are the advantages of union?
How can I delete a file?
What is identifier in c?
Tell us something about keyword 'auto'.
Is it valid to address one element beyond the end of an array?
What are the different data types in C?
Write a code to remove duplicates in a string.
What is the code for 3 questions and answer check in VisualBasic.Net?