- Program to print 'hello' 5 times.
- Program to print natural numbers from 1 to N.
- Program to print natural numbers from N to 1.
- Program to find sum of N natural numbers.
- Program to display multiplication table of a given number.
- Program to count number of digits of a given number.
- Program to find sum of digits of a given number.
- Program to find reverse of a given number.
- Program to check whether given number is palindrome or not.
- Program to find factorial of given number.