Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

Question: What is the difference between NULL AND VOID pointer?
Answer: NULL can be value for pointer type variables.
VOID is a type identifier which has not size.
NULL and void are not same. Example: void* ptr = NULL;
Is it helpful? Yes No

Most helpful rated by users:

©2025 WithoutBook