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

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
193
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Babita
Publisher
πŸ“ˆ
89%
Success Rate