Introduction
Null means a variable has no value. It shows that something is empty or missing.
When you want to clear a variable's value.
When a function returns no result.
When you want to check if a variable has been set or not.
When you want to represent 'no data' in a program.