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 HIL 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
3.44 Rating (154 Votes )
There are 3 Steps involved in it
Heres a simple C program to achieve ... View full answer
Get step-by-step solutions from verified subject matter experts
