Q. What does isset() return if a variable is not set?
β
Correct Answer: (A)
false
Explanation: isset() returns false if the variable is not set.