null vs void

Solutions on MaxInterview for null vs void by the best coders in the world

showing results for - "null vs void"
Leni
12 Sep 2017
14
2
3Void :  refers to the type. Basically the type of data that it points to is unknown.
4
5Null :  refers to the value. It's essentially a pointer to nothing, and is invalid to use.
similar questions
queries leading to this page
null vs void