PHP - Basics and Execution Model
What will be the output of the following PHP code?
<?php $a = 7; $b = 3; echo $a * $b; ?>
<?php $a = 7; $b = 3; echo $a * $b; ?>
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions