You are on page 1of 1

LIST OF PROGRAMS

Write a C Program
1. To print “Hello! This is C program”.
2. To print *
* *
*
3. To Print the triangle using *
4. To add two numbers.\
5. To multiply two numbers
6. To find area of triangle. = (1/2)*b*h
7. To find area of circle. =pi*r*r
8. To find perimeter of circle=2*pi*r
9. Area of rectangle=l*b*h
10.

You might also like