MCPcopy 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

6return fun(fun(n+11));
7}
8int main()
9{
10int r;
11r=fun(95);
12printf("%d\n",r);
13return 0;
14}

Callers

nothing calls this directly

Calls 1

funFunction · 0.70

Tested by

no test coverage detected