CP
CP
4.write a c program to print the sum of natural numbers and area of triangle.
7.write a c program to find the biggest of 3 numbers and finding it is a lower case or upper case or digit
or special symbol.
9.write a c program to find the biggest element in an array and simple interst.
10.write a c program to find the smallest element in an array and compound interst.
12.write a c program to find the length of a string using and without using of built in function.
14.wite a c program of swapping of a 2 number without temp and with temp variable.
17.write a c program to find the sum of 2 numbers using (all arthematic operators) function concept.
18.write a c program to find factorial of a number and sum of even numbers and odd numbers from 1 to
n.
20.write a c program to print the square pattern and right angled triangle.
21.write a c program to print week days using switch case and difference between break and continue.