Q. Which function removes the last element of an array? (A) array_pop() (B) array_shift() (C) unset() (D) array_remove() ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) array_pop() Explanation: array_pop() removes the last element of an array.