MCPcopy 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
18int 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

factorialFunction · 0.85

Tested by

no test coverage detected