1. Write a C Program for swapping two numbers using third variable.
2.Write a C Program for addition, subtraction, multiplication and division of two numbers.
3.Write a C Program for finding a particular number is even or odd
4.Write a C Program for printing first ten multiple of a number(table of a number).
5.Write a C Program for solution of quadratic equation. .
6.Write a C Program for searching an element in a list.
7.Write a C Program for finding transpose of a matrix.
8.Write a C Program for finding length reverse of a string
9.. Write a ‘C' program to check whether given string is palindrome or not.
10.WACP for finding factorial of a number using recursion
11.WACP for swapping two numbers using call by reference mechanism