Q:

Output is

0

Output is

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

  1. 1
  2. 3
  3. 2
  4. 4

All Answers

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

Correct Answer:

B.3

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

total answers (1)

Syntax of defining a function in Php... >>
<< Which of the following function returns a text in ...