what is a void pointer?

Answers were Sorted based on User's Feedback



what is a void pointer?..

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

what is a void pointer?..

Answer / vadivel t

void pointer is a pointer which can be point to any kind of
data types

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More C Interview Questions

Can we replace the struct function in tree syntax with a union?

0 Answers   Huawei,


What is the use of header?

0 Answers  


Is this program statement valid? INT = 10.50;

0 Answers  


What is a symbolic constant?

1 Answers  


Explain what is the concatenation operator?

0 Answers  






please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code

0 Answers   Mind Tree,


Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?

0 Answers  


how to print a statement in c without use of console statement ,with the help of if statement it should print

2 Answers   Satyam,


what do you mean by inline function in C?

0 Answers   IBS, TCS,


Describe the order of precedence with regards to operators in C.

0 Answers  


Explain what is a static function?

0 Answers  


What are multibyte characters?

0 Answers  


Categories