PHP - Arrays
Identify the mistake in this PHP code snippet:
$list = array('a', 'b', 'c');
echo $list{1};$list = array('a', 'b', 'c');
echo $list{1};15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions