Q. What does the '===' operator do in PHP?
β
Correct Answer: (C)
Compares both value and type
Explanation: === checks for both value and type equality.