Q. Which of the following is the correct way to write a single-line comment in PHP?
β
Correct Answer: (D)
All of the above
Explanation: PHP supports #, // for single-line comments and /* */ for multi-line comments.