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

Find if a number is power of two or not?

1 Answers  


Where are the auto variables stored?

0 Answers   TISL,


What is the difference between char array and char pointer?

0 Answers  


How do you search data in a data file using random access method?

0 Answers  


Write a program to identify if a given binary tree is balanced or not.

0 Answers   JPMorgan Chase,






If fflush wont work, what can I use to flush input?

0 Answers  


yogesh patil in dell

3 Answers   DELL,


what is the function of .h in #include<stdio.h> in c ?

23 Answers   HCL, IBM, Wipro,


Stimulate calculators to perform addition,subtraction,multiplication and division on two numbers using if/else statement?

1 Answers   IBM,


How can I increase the allowable number of simultaneously open files?

1 Answers   CSC,


what is the little endian and big endian?

1 Answers  


What is array in C

0 Answers  


Categories