Q:

What will be the output of the following php code?

0

What will be the output of the following php code?

<?php
    $num  = 1;
    $num1 = 2;
    print $num . "+". $num1;
    ?>

  1. 3
  2. 1+2
  3. 1+3
  4. 5

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

(b).1+2

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now