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!