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
0
Answer:
4y and lhr ew are sgj itbn re ouy
Similar questions