Question:How to remove last element of an array?
A array_shift() B array_unshift() C array_push() D array_pop()
+ AnswerD
+ Report