| NO. | Experiment Name |
|---|---|
| 1 | Write a program to initialze an array and display its elements |
| 2 | Write a program to initialze an array and take user input to store elements in array |
| 3 | Write a program to initialze an array and perform operations on it using functions |
| 4 | Write a program to replace element of the array at given position |
| 5 | Write a program to initialze an array and perform operations on it utilising class object |
| 6 | Write a program to Implement stack using Array |
| 7 | Write a program to Implement Queue using Array |
| 8 | Write a program to Implement linked list |
| 9 | Write a program to perform various operations on linked list |
| 10 | Write a program to implement Bubble Sort |
| 11 | Write a program implement binary search |
| 12 | Write a program using pointers to print all characters in a string |
Note
This repo defaults to linux gcc compiler, for windows delete the tasks.json and rename tasks_windows.json to tasks.json For windows I'm using minGW compile at C:/mingw64