What is a void pointer? When is a void pointer used?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

what is the difference between char * const and const char *?

2 Answers   TCS,


What does the c in ctime mean?

0 Answers  


which of the following go out of the loopo if expn 2 becoming false a.while(expn 1){...if(expn 2)continue;} b.while(!expn 1){if(expn 2)continue;...} c.do{..if(expn 1)continue;..}while(expn 2); d.while(!expn 2){if(expn 1)continue;..}

4 Answers   TCS,


Can you please explain the difference between exit() and _exit() function?

0 Answers  


what is the difference between <stdio.h> and "stdio.h"

14 Answers   Invendis, Kanbay, Mastek, MathWorks,






What is a C array and illustrate the how is it different from a list.

1 Answers   Amazon,


An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above

0 Answers  


Is c# a good language?

0 Answers  


What does extern mean in a function declaration?

4 Answers  


Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?

0 Answers   MNC,


How do you use a pointer to a function?

0 Answers  


Why ordinary variable store only one value  

0 Answers  


Categories