Question: (c) Write a C program to multiply the first max_number positive integers. If you use a variable max number in your program, and initialize it

(c) Write a C program to multiply the first max_number positive integers. If you use a variable max number in your program, and initialize it to the relevant value, then the sum will be: 1 x 2 x 3 x 4 x 5 x x max_number If you set max number to say 10, then the output of your program would look like this: Multiplication of first 10 positive integers is 3628800 [15 Marks]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
