Q. How are comments written in PHP?
β
Correct Answer: (A)
// or /* */
Explanation: Single-line comments use // or #; multi-line use /* */.