in Programming in C closed by
263 views
0 votes
0 votes
int fun(n){

static int i=1;

If(n>=5)return n;

n=n+I;

i++;

return f(n);

}

f(1)?
in Programming in C closed by
263 views

2 Comments

7?
0
0
0
0

Related questions