Computer Science, asked by naziasyed3359, 1 year ago

What will be the output of the following PHP code?

<?php $a = array("a"=>"red", "b"=>"green", "c"=>"blue"); echo array_shift($a); print_r ($a); ?>
A.green
B.red
C.blue
D.none of the mentioned

Answers

Answered by ajmal64
0
option c is correct answer.
Answered by Anonymous
0
______✨ HEY MATE ✨______

➡️Option (C) Blue is the right answer ✔️

&lt;marquee&gt;✌️ I THINK IT HELPED YOU ✌️
Similar questions