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
Explain how can I remove the trailing spaces from a string?
What is difference between stdio h and conio h?
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
What are loops c?
Explain why C language is procedural?
Explain what header files do I need in order to define the standard library functions I use?
Tell us something about keyword 'auto'.
What do you mean by c what are the main characteristics of c language?
What do you mean by keywords in c?
What is the full form of getch?
What is the use of in c?
Explain zero based addressing.
A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers
Can i use “int” data type to store the value 32768? Why?
What is the difference between malloc() and calloc()?