int main() { unsigned int f; f = combination(3, 2); printf("combination(3, 2) = %d\n", combination(3, 2)); }
combination(3, 2) = 3