Q. Which PHP operator checks if a value exists and is not null?
β
Correct Answer: (A)
isset()
Explanation: isset() checks if a variable exists and is not null.