Q1 Write a function to calculate the factorial value of any integer entered through the keyboard.
Program: 122
Write a function in c language to calculate the factorial value of any integer entered through the keyboard.
Output:
Enter an integer: 5 The factorial of 5 is 120