You are on page 1of 5

DATA STRUCTURE & ALGO

BY
MS SEHRISH FIRDOOS

SUBMITTED BY : NOOR SHAHZER

CLASS : BSCS (MORNING)

DEGREE PROGRAM : COMPUTER SCIENCE DEPARTMENT

ROLL NUMBER : RC-306

DEADLINE : 16 November 2022


Lab Task 01:
Create a menu driven program, to form a Linear Queue using array max size

=10, which perform the following operations on queue:


addq( ) // add element into

queue delq( ) // delete

element from queue.

displayq( ) // display the elements of queue.

Solution:-
Lab Task 02:
Solution:-

You might also like