Write your own program to evaluate the binomial coefficient
Create your program in such a way so that it does not have to directly evaluate . That way the program will not crash if you use it to evaluate a binomial coefficient with greater than the value you found in given exercise.
Use your program to evaluate
Exercise
What is the largest integer n for which your program gives a finite answer?