Interview Questions

In C, why is the void pointer useful?

C Interview Questions and Answers


(Continued from previous question...)

In C, why is the void pointer useful?

When would you use it? The void pointer is useful becuase it is a generic pointer that any pointer can be cast into and back again without loss of information.

(Continued on next question...)

Other Interview Questions