C Programming Lab

List of Experiments

Ex No Name Code Link
Part - A
1 Simple C Program
     a. Print Yout Name and address
     b. Find Simple and Compound Interest
Source
2 Swap two variables using Source
3 Print Months and Days Source
4 Use of Variable in Expression Source
5 Convert Fahrenheit to Celcius Source
6 Largest of Three Numbers Source
7 (a) Factorial of a Number Source
7 (b) Print Prime Number Up N Numbers Source
8 (a) Fibonacci Series upto N terms and its Sum Source
8 (b) Program to find Leap Year Source
9 Program using power() function Source
10 Find the Length of the String using Pointer Source
Part - B
11 Program to Count, Sum and Reverse the Given Number Source
12 Arrays within Structure Source
13 Sort Names Source
14 Count Number of Characters and Number in String Source
15 Calculate Subject wise, Student wise Total and Store them as Part of Structure Source
16 Sort an Array of Integers Source
17 Locate and Display the Contents of an Array using Pointers Source
18 Reverse a String using Command Line Argument Source
19 Store a Character String using Memory Management Functions Source
20 Integer Table Creation at Runtime Source