We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug in Maths/Factorial/C/factorial.c: scanf("%d",&n); n variable isn't declared factorial function is not called in main function
scanf("%d",&n);
factorial
Expected behavior printf("Factorial = %lld", factorial(n)); should be added and declare n
printf("Factorial = %lld", factorial(n));
n
The text was updated successfully, but these errors were encountered:
I want to contribute please assign the issue.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
in Maths/Factorial/C/factorial.c:
scanf("%d",&n);
n variable isn't declaredfactorial
function is not called in main functionExpected behavior
printf("Factorial = %lld", factorial(n));
should be addedand declare
n
The text was updated successfully, but these errors were encountered: