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 |
Can we replace the struct function in tree syntax with a union?
What is the use of header?
Is this program statement valid? INT = 10.50;
What is a symbolic constant?
Explain what is the concatenation operator?
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
how to print a statement in c without use of console statement ,with the help of if statement it should print
what do you mean by inline function in C?
Describe the order of precedence with regards to operators in C.
Explain what is a static function?
What are multibyte characters?