if x=5 and y=2 int fun(int x,int y) { if(x==0) return y; else return fun(x-1,x=y); }
Answers
Answered by
4
Explanation:
if x=5 and y=2 int fun(int x,int y) { if(x==0) return y; else return fun(x-1,x=y); }
Similar questions
Computer Science,
4 months ago
Computer Science,
4 months ago
Physics,
4 months ago
English,
9 months ago
Math,
1 year ago
Math,
1 year ago