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
What are the key features in c programming language?
What are the parts of c program?
Is linux written in c?
What does printf does?
What are unions in c?
Can we assign string to char pointer?
If fflush wont work, what can I use to flush input?
What is call by value in c?
How can I change the size of the dynamically allocated array?
What are two dimensional arrays alternatively called as?
write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.
An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above
what are enumerations in C
How can you restore a redirected standard stream?
An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode