Question: Write a function that returns the biggest positive integer n such that n! can be stored in a C variable of type int on the
Write a function that returns the biggest positive integer n such that n! can be stored in a C variable of type int on the system that this program executes on. You may want to use variables of type long in your program.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
