Sail E0 Webinar
Question
What will be the output of the following PHP code?$a = array("red", "green", "blue");array_pop($a);print_r($a);
Options:
A .  Array ( [0] => green [1] => blue )
B .  Array ( [0] => red [1] => green )
C .  Array ( [0] => blue [1] => blue )
D .  Array ( [0] => red [1] => blue )
Answer: Option B

Submit Your Solution Below and Earn Points !
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

More Questions on This Topic :


Latest Videos

Latest Test Papers