#math
Read more stories on Hashnode
Articles with this tag
Here is a program to find the factorial of a number. #include<stdio.h> int fac(int n); int main() { printf("Here is a program to find the...