Question:What will be the output of the following code?
$arr = "a";
$arr[0]="b";
echo $arr;
echo $arr[0]; 

A ab 

B $arr is undefined 

C bb 

D Parse error 

+ Answer
+ Report
Total Preview: 200

Copyright © 2024. Powered by Intellect Software Ltd