C Programs: Semester-2

Hello Everyone,
I came to know that many students having problem in understanding the algorithms which is given in semester-2.

NOTE: I make this programs in Turbo. So if you use any other IDE kindly remove these 3 lines~
a) #include<conio.h>
b) clrscr();
c) getch();

THE LAB FILE OF SEMESTER 2 : FILE
Edit your name and roll no according to your requirement

Here are the programs that can be easily accessible in your systems:

Insert an element in an array at specific position: insert
Delete an element in an array at specific position: delete

Different Types of Sorting:
1. Bubble Sort
2. Selection Sort
3. Insertion Sort
4. Quick Sort

Implementation of linked list:
1. Singly Linked List
2. Circular Linked List
3. Doubly Linked List




Comments