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

What is use of integral promotions in c?

0 Answers  


Which header file should you include if you are to develop a function which can accept variable number of arguments?

0 Answers   TCS, TISL,


helllo sir , what is the main use of the pointer ,array ,and the structure with the example of a programe

2 Answers  


what are bitwise shift operators?

4 Answers  


difference between semaphores and mutex?

1 Answers  






What is volatile variable in c with example?

0 Answers  


What is difference between Structure and Unions?

0 Answers   TISL,


will u give me old quesrion papers for aptitude for L & t info tech?

1 Answers   Hindustan, L&T,


Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc

0 Answers  


What is structure of c program?

0 Answers  


What is the difference between static and global variables?

1 Answers  


What is indirection? How many levels of pointers can you have?

0 Answers   Aspire, Infogain,


Categories