Vidyavardhini Charitable Trust's
Vidyavardhini Charitable Trust's
Vidyavardhini Charitable Trust's
2020-2021
A PROJECT REPORT ON
SUBMITED BY:
(Computer Dept)
Page 1 of 14
COMPUTER ENGINEERING DATA STRUCTURE USING C
§ Roll No: 16
§ Roll No: 17
§ Roll No: 18
Diploma in Computer Engineering, has satisfactorily completed the project work under
mini project report on, Project Name: “IMPLEMENT LIBRARY SYSTEM
OPERATION USING DATA STRUCTURE “under my guidance and supervision, this
is part of partial fulfilment of the requirement for submission of Maharashtra State
Board of Technical Education, Mumbai during Semester third of Academic year 2020-
2021.
Page 2 of 14
COMPUTER ENGINEERING DATA STRUCTURE USING C
TABLE OF CONTENTS
1 ACTION PLAN 04
2 PROJECT ABSTRACT 05
3 DATA STRUCTURE 06
4 NODE 07
5 FEATURES 08
6 MAIN MENU 09
7 INITIAL ENTRY OF BOOK 09
8 ADD BOOK 10
9 STOCKS OF BOOK 10
10 SALES OF BOOK 11
11 SRARCH FUNCTION 11
12 DISPLAY FUNCTION 12
13 13
ACKNOWLEDGEMENT
14 REFERENCE 14
Page 3 of 14
COMPUTER ENGINEERING DATA STRUCTURE USING C
ACTION PLAN
Page 4 of 14
COMPUTER ENGINEERING DATA STRUCTURE USING C
PROJECT ABSTRACT
With this simple application, users can perform all the basic book-
related operations and features provided by today’s advanced library
management
Page 5 of 14
COMPUTER ENGINEERING DATA STRUCTURE USING C
Data Structure
Page 6 of 14
COMPUTER ENGINEERING DATA STRUCTURE USING C
NODE
✓ In node one part is data and another part is pointer which point to
next node.
Page 7 of 14
COMPUTER ENGINEERING DATA STRUCTURE USING C
FEATURES
➢ Add books
➢ Return books
➢ Issue books
Page 8 of 14
COMPUTER ENGINEERING DATA STRUCTURE USING C
MAIN MENU:
Page 9 of 14
COMPUTER ENGINEERING DATA STRUCTURE USING C
Add books:
Stocks Of books:
Page 10 of 14
COMPUTER ENGINEERING DATA STRUCTURE USING C
Sales of Books:
Search Function:
Page 11 of 14
COMPUTER ENGINEERING DATA STRUCTURE USING C
Display Function:
Page 12 of 14
COMPUTER ENGINEERING DATA STRUCTURE USING C
Acknowledgement:
Last but not least, we wish to thanks all of those who have helped us
Page 13 of 14
COMPUTER ENGINEERING DATA STRUCTURE USING C
Reference:
Page 14 of 14