Difference between NULL and VOID pointers in Data Structures

Describes the difference between NULL and VOID pointers into Data Structures?

E

Expert

Verified

Difference between NULL and VOID pointers are as given:

NULL: It can be value for pointer type variables. And
VOID: It is a type identifier that has not size.
Both terms are not same. Illustration: void* ptr = NULL;

   Related Questions in Database Management System

©TutorsGlobe All rights reserved 2022-2023.