LAB Report Index
LAB Report Index
1 C program to find area and perimeter of a triangle ( Three sides triangle are given )
10 C program to determine and print the sum of the following harmonic series for a given value of
n:s = 1/1! + 2/2! + 3/3! + 4/4! + 5/5! + 6/6! + 7/7!.....
11 C program to display all elements of an array and also display sum of elements of that array
17 C program using pointers to read an array of integers and print its elements in reverse order
18 C program to record students information according to their merit position using structure
19 C program to read data from keyboard write it to a file called INPUT again read the same data
from the INPUT file and display it on the screen