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

How can you return multiple values from a function?

0 Answers  


WHAT IS INT?

8 Answers   Accenture,


ATM machine and railway reservation class/object diagram

0 Answers   Zycus Infotech,


What is the difference between text files and binary files?

0 Answers  


When is the “void” keyword used in a function?

1 Answers  






what would be the output of the follwing struct st { char name[20]; int i; float f; }; main() { struct st emp = {"forum"}; printf("%d %f",emp.i,emp.f); }

4 Answers  


Hai what is the different types of versions and their differences

0 Answers  


to get a line of text and count the number of vowels in it

2 Answers  


Explain what is the difference between functions abs() and fabs()?

0 Answers  


Why do we use header files in c?

0 Answers  


How can you restore a redirected standard stream?

0 Answers  


What is Conio.h ?

2 Answers   TCS,


Categories