Question:What will be the output of the following code? <?php var_dump (3*4); ?>
A int(3*4) B int(12) C 3*4 D 12 E None
+ AnswerB
+ Report