Q. Which the following declarations are correct to create an array in PHP? (A) name[0] = "Alex"; (B) $name = array("Alex"); (C) $name[0] = "Alex"; (D) Both B and C ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (D) Both B and C