Which of the following is the correct way to create an indexed array in PHP?

Mark as favorite
Answer the question in 30 seconds!

What is the output of the following code snippet? $arr = array(‘a’, ‘b’, ‘c’); array_pop($arr); print_r($arr);

Mark as favorite
Answer the question in 30 seconds!