Computer Science, asked by hbhalsing06, 9 hours ago

What will be the output of the following program

<?php function
add($x=10.$y=10) $z=$x+ $y: echo "Sum is: $z<br/>": ) add(20); ?>

a)Sum is: 1010
b)Sum is: 20
c)Sum is: 30
d)Error​

Answers

Answered by shubhamkum447
0

Answer:

d) Error

Please Mark me BRAINLIEST

please Mark me BRAINLIEST

Similar questions