Question:What will be the output of the following code?
$var = 1 + "-1.3e3";
echo $var; 

A -1299 

B 1 

C 1-1.3e3 

D Error:cannot add an integer and a string 

+ Answer
+ Report
Total Preview: 227

Copyright © 2024. Powered by Intellect Software Ltd