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

How can I send mail from within a c program?

0 Answers  


What is else if ladder?

0 Answers  


what does static variable mean?

0 Answers   TCS,


What is pointers in c with example?

0 Answers  


what are brk, sbrk?

1 Answers   Oracle,






find largest element in array w/o using sorting techniques.

3 Answers   Zycus Infotech,


Can we initialize extern variable in c?

0 Answers  


typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none

0 Answers  


what is the difference b/w compiler and debugger?

2 Answers   Assurgent,


Is fortran still used in 2018?

0 Answers  


Explain low-order bytes.

0 Answers  


main() { int i; printf("%d",i^i); }

1 Answers  


Categories