KCS151/KCS251 PPS Lab Exercise Dr. A.P.J. Abdul Kalam Technical University (AKTU), Lucknow KCS151 / KCS251 Programming for Problem Solving - Using C Language Lab Exercise 44. Write a program to find the factorial of given number using command line argument. Sample Input and OutputCommandLine Arguments:5Sample Result:Factorial of 5 is 120. Previous Next