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