Q. What is the default value of variables in PHP if not initialized?
β
Correct Answer: (A)
null
Explanation: Uninitialized variables in PHP have the default value null.