Graded Lab 3

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

Graded Lab 3– Data Structure

Name: SAP ID:

Instructions
 In this lab assignment, you will solve problem(s) based on what you have learnt in
objects and classes.
 There are two questions in this assignment.
 This evaluation instrument, if submitted after due date and time, will not be evaluated,
and a score of zero will be awarded. Those who are present in lab in person, only those
student’s submissions will be considered for evaluation.
 Email/paper/other modes of submissions will not be accepted.
 Upload a pdf version of this document.

Due Time: 2 hours after assigning.

Submitting this Assignment

You will submit (upload) this assignment in MS Teams. Name this document as Student
Name_SAPID.pdf. Paste your code and snapshot of output after the question, save and upload
the document.

Grading: (3+2=5 points, 3 marks for document uploading and 2 marks of your viva)

Problem:

1. Write a program in C to insert and delete node (All Cases) from circular singly linked
list.
2. Write a program in C to implement stack using linked list.

Source code:

Output:
Graded Lab 3– Data Structure

You might also like