Computer Science, asked by mahammadsuhail661, 3 months ago

What will be the output of following for x = 4, y = 3?<br>
<pre>int fun(int x, int y)
{
if (x == 0)
return y;
return fun(x-1, x + y);
}<pre>
13
12
9
10​

Answers

Answered by krishnashukla799624
0

Answer:

4y and lhr ew are sgj itbn re ouy

Similar questions