Q. Which function checks if a variable is NULL? (A) is_null() (B) isempty() (C) empty() (D) check_null() ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) is_null() Explanation: is_null() returns true if the variable is NULL.