Write a C program to compute the factorial of 5 i.e. 1x2x3x4x5 etc
Write a C program to calculate the output Y for a given value of X for the following
formula.
Y=X2 + 2X +3
Write a C program to calculate the following equation
Y= (X+1)(X+2)(X+3)/(X2)