Question: Write a C program that has two recursive functions called fact and eval. The function fact calculates the factorial of a positive integer. The function

Write a C program that has two recursive functions called fact and eval. The function fact calculates the factorial of a positive integer. The function eval has one double parameter x and one integer N. The function eval the following expression: N xn-1 n! n=1
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
