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