Q. Which PHP function is used to check whether a variable is empty?
β
Correct Answer: (C)
empty()
Explanation: empty() checks whether a variable is empty.