Q. Which of the following is the correct way to end a PHP statement? (A) . (B) , (C) ; (D) : ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) ; Explanation: Each PHP statement ends with a semicolon.