Q. What will be the output of the following PHP code ?

Code:
<?php
$n1 = 13;
print ++$n++;
?>
  • (A) Error
  • (B) Nothing
  • (C) 13
  • (D) 14
πŸ’¬ Discuss
βœ… Correct Answer: (A) Error

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
83478
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Admin
Publisher
πŸ“ˆ
86%
Success Rate