What is NULL in PHP ?

In PHP null () function is an inbuilt function which is used to find whether a variable is NULL or not. If it returns True the given variable is null,…
View Answer