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

Explain can you assign a different address to an array tag?

0 Answers  


write a program to print the all 4digits numbers & whose squares must me even numbers?

2 Answers   Virtusa,


CAN WE DEFINE ANY FUNCTION WITHIN A FUNCTION.

15 Answers  


Explain how can a program be made to print the name of a source file where an error occurs?

0 Answers  


main() { char *p; p="Hello"; printf("%c\n",*&*p); }

2 Answers   ME,






write a program to display reverse of a number using for loop?

14 Answers  


main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); } wat is the o/p and how?

12 Answers   Tech Mahindra,


Does * p ++ increment p or what it points to?

0 Answers  


What is difference between far and near pointers?

0 Answers  


How to write in a function declaration and in function call in which the function has 'n' number of varible or arguments?

2 Answers  


which is faster execution: loops or recursion?

3 Answers  


What happens if header file is included twice?

0 Answers  


Categories