Question:What is the output of the following code?
<?php

   $string = "14302";
   
   $string[$string[2]] = "4";
   
   print $string;
   
?>
 

A 14304 

B 14342 

C 44302 

D 14402 

E Array 

+ Answer
+ Report
Total Preview: 923

Copyright © 2025. Powered by Intellect Software Ltd