πŸ“Š PHP
Q. What will be the output of the following PHP code ?
Code:
<?php
$n = 15;
$n = $n + 12; 
echo $n++; 
?>
  • (A) 15
  • (B) 12
  • (C) Error
  • (D) 27
πŸ’¬ Discuss
βœ… Correct Answer: (D) 27

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

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