top of page
Frequently Asked C Language Interview Question & Answers
What is a void pointer?
Void pointer is a generic pointer in programming. If the pointer type is unknown, we make use of the void pointer.
bottom of page
What is a void pointer?
Void pointer is a generic pointer in programming. If the pointer type is unknown, we make use of the void pointer.