Write a C program to print all natural numbers in reverse from n to 1 using while loop. C program for natural natural numbers in reverse. How to print natural numbers from n to 1 using while loop in C programming.
Example
Input
Input n: 10
Output
Natural numbers from 10 to 1: 10, 9, 8, 7, 6, 5, 4, 3, 2, 1