Answers for "difference between null and void."

CSS
0

null vs void

4

Void :  refers to the type. Basically the type of data that it points to is unknown.

Null :  refers to the value. It's essentially a pointer to nothing, and is invalid to use.
Posted by: Guest on April-12-2021

Code answers related to "difference between null and void."

Browse Popular Code Answers by Language