Differentiation between NULL AND VOID pointers

Write down the differentiation between NULL AND VOID pointers?

E

Expert

Verified

NULL can be value for pointer type variables.

VOID is a type identifier that has not size.

NULL and void are not similar. Example: void* ptr = NULL;

   Related Questions in Data Structure & Algorithms

©TutorsGlobe All rights reserved 2022-2023.