Program to find sum of two numbers.
Program to find the simple interest.
Program to calculate sum of 5 subjects and find percentage.
Program to show swap of two no's without using third variable.
Program to reverse a given number.
Program to show the use of conditional operator.
Program to find that entered year is leap year or not.
Program to find whether given no. is even or odd.
Program to find area and circumference of circle.
Program to print a table of any number.
Program to display arithmetic operator using switch case.
Program to display first 10 natural no. & their sum.
Program to print stars Sequence1
Program to print stars Sequence2.
Program to print stars Sequence3.
Program to print Fibonacci series up to 100.
Program to find factorial of a number.
Program to find whether given no. is a prime no. or not.
Program to display series and find sum of 1+3+5+........+n.
Program to add two number using pointers.
Program to show sum of 10 elements of array & show the average.
Program to find the maximum no. in an array.
Program to display a matrix.
Program to find sum of two matrices.
Program to find multiplication of two matrices.
Program to find square of a number using functions.
Program to swap two numbers using functions.
Program to show call by reference.
Program to find factorial of a number using recursion.
File Operations