Q. What is the output of var_dump(null);? (A) NULL (B) null (C) empty (D) void ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) NULL Explanation: var_dump(null) outputs NULL.