Q. Which function is used to include a file only once?
β
Correct Answer: (C)
include_once()
Explanation: include_once() ensures the file is included only once.