Home »

In C, why is the void pointer useful?

Question ListCategory: cIn C, why is the void pointer useful?
ethanbrown author asked 9 years ago
1 Answers
adamemliy16 author answered 8 years ago

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

Please login or Register to Submit Answer