Question:What is the output of the following code?
$a=1;
++$a;
$a*=$a;
echo $a--;
 

A 3 

B 4 

C 5 

D 0 

E 1 

+ Answer  Moderated
+ Report
Total Preview: 1203

Copyright © 2024. Powered by Intellect Software Ltd