What is the purpose of void pointer?


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

Post New Answer

More C Interview Questions

m=++i&&++j(||)k++ printf("%d"i,j,k,m)

1 Answers   ABC,


what is difference between c and c++

4 Answers  


How can I sort more data than will fit in memory?

0 Answers  


To what value are pointers initialized? 1) NULL 2) Newly allocated memory 3) No action is taken by the compiler to initialize pointers.

4 Answers   Aricent,


What's a good way to check for "close enough" floating-point equality?

0 Answers   Celstream,


Why is struct padding needed?

0 Answers  


What is the difference between array and pointer in c?

0 Answers  


What is the difference between GETS();AND SCANF();

4 Answers   TCS,


What is difference between array and pointer in c?

0 Answers  


What are local static variables?

0 Answers  


What is huge pointer in c?

0 Answers  


void main() { int i=5; printf("%d",i++ + ++i); }

21 Answers   ME,


Categories