MCS 21
MCS 21
MCS-021 1 P.T.O.
(c) Write a ‘C’ program for insertion and
deletion of node in a link list. 10
MCS-021 2
(b) Write Pseudo code for Bubble Sort
Algorithm. Sort the following list using
bubble sort in ascending order :
35, 39, 10, 8, 78, 92, 20, 50
Also, write the steps involved. 10
MCS-021 3 P.T.O.