PHP - Arrays
What will be the output of the following PHP code?
$arr = ["a", "b", "c"]; echo $arr[1];
$arr = ["a", "b", "c"]; echo $arr[1];
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions