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