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

Code:
<?php
$p = 25;
$q = 50;
$r = 15;
if ($p / $q / $r)
    print "Jitendra";
else
    print "Majumdar";
?>
  • (A) true
  • (B) false
  • (C) Jitendra
  • (D) Majumdar
πŸ’¬ Discuss
βœ… Correct Answer: (C) Jitendra

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

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