This is my first attempt at C and I am having trouble with this specific error and I don't know where to fix it.
C
Stormcrestmake the unsigned int into a regular int and it will work1 year ago
Keracztry first compile program, use gcc file1, file2 and ./a.out its work for me. i have the same problem when run program by press run button3 years ago
SyedShamsuddinFactorials are hard to compute especially by using recursion , I believe changing the return value may increase your range of computability but otherwise stack overflow will lead to segmentation failure4 years ago