Differentiate NULL and VOID
3 years ago
Data Structure and Algorithm
Null is a value, whereas Void is a data type identifier. A variable that is given a Null value indicates an empty value. The void is used to identify pointers as having no initial size.

Sujan Bk
Jan 9, 2022