4 What will be the output of the following ps
For input x = 5 & y = 7.
function (input x, input y)
If (x <= 0)
return y
else
return (function (x - 1, y
1, y - 1))
Answers
Answered by
1
Answer:
this will give. syntax error cause you have not given ; after the end of line
Similar questions