Problem:
Question- Can someone write me a program for this in C?
A program in C that calculates the exact and approximate value of the factorial. THe program should include the four functions:
a) Returns exact value of factorial if integer is less than 14
b) Stirling factorial formulas
c) Clearing input buffer.
Show the code, demonstrate it works properly and describe what it is doing.