what is a void pointer?
Answers were Sorted based on User's Feedback
Answer / 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 |
How can you return multiple values from a function?
WHAT IS INT?
ATM machine and railway reservation class/object diagram
What is the difference between text files and binary files?
When is the “void” keyword used in a function?
what would be the output of the follwing struct st { char name[20]; int i; float f; }; main() { struct st emp = {"forum"}; printf("%d %f",emp.i,emp.f); }
Hai what is the different types of versions and their differences
to get a line of text and count the number of vowels in it
Explain what is the difference between functions abs() and fabs()?
Why do we use header files in c?
How can you restore a redirected standard stream?
What is Conio.h ?