A
Q. What will be the output of the following php code?
Code:
<?php
$n = 10;
$n1 = 12;
print $n . "+". $n1;
?>
$n = 10;
$n1 = 12;
print $n . "+". $n1;
?>
- Correct Answer - Option(C)
- Views: 12
- Filed under category PHP
- Hashtags:
Discusssion
Login to discuss.