Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemistic/Data-Structures-and-Algorithms
/ main
Function
main
CPP/recursion/NestedRecursion.cpp:8–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
return fun(fun(n+11));
7
}
8
int main()
9
{
10
int r;
11
r=fun(95);
12
printf(
"%d\n"
,r);
13
return 0;
14
}
Callers
nothing calls this directly
Calls
1
fun
Function · 0.70
Tested by
no test coverage detected