Q. Which function is used to check if a variable is set?
β
Correct Answer: (B)
isset()
Explanation: isset() checks if a variable is set and is not NULL.