Q. Which function checks if a variable is NULL?
β
Correct Answer: (A)
is_null()
Explanation: is_null() returns true if the variable is NULL.