|
|
void and null types value are same as that you find in C language, void is used in functions to return no value. Where as null is used for comparing a variable to empty value, say comparing a string to empty string. We will cover this while exploring class data types. |