PHP - Arrays
What will be the output of the following PHP code?
$fruits = ['apple', 'banana', 'cherry']; echo $fruits[1];
$fruits = ['apple', 'banana', 'cherry']; echo $fruits[1];
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions