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 return type of sizeof?

0 Answers  


write a program to count the no of repaeted words in a line?

1 Answers  


4.A function 'q' that accepts a pointer to a character as argument and returns a pointer to an array of integer can be declared as: A)int (*q(char*)) [] B)int *q(char*) [] C)int(*q)(char*) [] D)None of the Above

6 Answers   Accenture,


When should volatile modifier be used?

0 Answers  


what type of language is C?

13 Answers   Microsoft,






how does printf function work

1 Answers  


writ a program to compare using strcmp VIVA and viva with its output.

0 Answers  


what is difference between userlevel threads and kernel level threads ?what are the trades offs between these two approaches ? what approach is most frequently used and why ?

1 Answers  


Explain what is the purpose of "extern" keyword in a function declaration?

0 Answers  


Which are low level languages?

0 Answers  


which do you prefer C or Pascal?

1 Answers  


how to add our own function in c library please give details.?

1 Answers   TCS,


Categories