Q. Which function is used to include a file in PHP?
β
Correct Answer: (C)
Both A and B
Explanation: Both include() and require() are used to include files in PHP.