Definition: NULL is a built in constant which has a value of 0. It is also the same as the character '\0' used to terminate strings in C
Glossary:
A B C D E F G H I J K L M N O P Q R S T U V W X Y ZExamples:
Without a NULL character, a string will not be correctly terminate causing problems.

