Sign in
Please select an account to continue using cracku.in
↓ →
Consider the function
int fun(x: integer)
{
If x > 100 then fun = x - 10;
else
fun = fun(fun(x + 11));
}
For the input x = 95, the function will return
Create a FREE account and get: