Q. How are comments written in PHP? (A) // or /* */ (B) # only (C) ## only (D) /-- ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) // or /* */ Explanation: Single-line comments use // or #; multi-line use /* */.