MCPcopy Create free account
hub / github.com/codemistic/Data-Structures-and-Algorithms / main

Function main

Arrays/NCRcombination.c:24–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22
23}
24int main()
25{
26 printf("%d \n",NCR(5,3));
27 return 0;
28}

Callers

nothing calls this directly

Calls 1

NCRFunction · 0.85

Tested by

no test coverage detected