Question: C Language, please. 3. Write a program that takes one argument, a positive integer n, and prints the product 1*2*..*n. The program takes one argument

C Language, please.
3. Write a program that takes one argument, a positive integer n, and prints the product 1*2*..*n. The program takes one argument from command line, not as a prompt to the user. Examples below. $ ./product 3 $ ./product 5 120 $ ./product usage: product number $ ./product 7 8 10 usage: product number
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
