Home / Questions / When can void pointer and null pointer be used in C?
Explanatory Question

When can void pointer and null pointer be used in C?

👁 968 Views
📘 Detailed Answer
🕒 Easy to Read
Read the answer carefully and go through the related questions on the right side to improve your understanding of this topic.

Answer with Explanation

Void pointer is a generic pointer that can be used to point another variable of any data type. Null pointer is a pointer which is pointing to nothing.