Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodeWithHarry/The-Ultimate-C-Programming-Course
/ main
Function
main
Chapter 5/05_recursion.c:18–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
}
17
18
int main(){
19
int a = 6;
20
printf(
"The factorial of %d is %d"
, a, factorial(a));
21
return 0;
22
}
Callers
nothing calls this directly
Calls
1
factorial
Function · 0.85
Tested by
no test coverage detected