A
Q. What will be the output of the following php code?
Code:
<?php
$num = 1;
$num1 = 2;
print $num . "+". $num1;
?>
$num = 1;
$num1 = 2;
print $num . "+". $num1;
?>
- Correct Answer - Option(B)
- Views: 8
- Filed under category PHP
- Hashtags:
Discusssion
Login to discuss.