Question: In C programming language.C function that takes a number n as a parameter and prints all natural numbers from n to 1 (i.e., from upper
In C programming language.C function that takes a number n as a parameter and prints all natural numbers from n to 1 (i.e., from upper to lower) and then again 1 to n with 0 in the middle. For example, for n = 5, it will print: 5 4 3 2 1 0 1 2 3 4 5.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
