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

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

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