DSU Microproject
DSU Microproject
Part- A Plan
A GAME:- LIBRARY MANAGEMENT
1. Brief Description :
Discription of project
A library management system is software that is designed to manage all the functions of a library. It helps
librarian to maintain the database of new books and the books that are borrowed by members along with
their due dates.
Accuracy and Reduced Errors: Human errors in data entry and calculations can be minimized with
a well-designed bank management system
5. Action plan:
pg. 1 Swami Vivekanand Institute Of Polytechnic
TIC-TAC-TOE
Resources used:-
Sr.no Name of resources Specification Quantity Remark
2. Software Turboc 1
3. Internet Google 1
2. Brief Description:
A library management system is software that is designed to manage all the functions of a library. It
helps librarian to maintain the database of new books and the books that are borrowed by members along with
their due dates.
Accuracy and Reduced Errors: Human errors in data entry and calculations can be minimized with
a well-designed bank management system
#include <stdio.h>
#include <conio.h>
#include <stdlib.h>
#include <string.h>
struct library
{
char book_name[100];
char author_name[100];
float cost;
int no_of_pages;
};
int main()
{
struct library lib[100];
char book_name[100];
int i, j, count;
i = 0;
j = 0;
count = 0
while(j!=6)
{
printf(" \n\n1. Add Book details\n ");
printf(" 2. Display the list of books and its details\n ");
printf(" 3. Display the total no. of books in the library\n ");
printf(" 4. Exit\n\n");
printf(" Enter the number: ");
scanf(" %d", &j)
switch(j)
{
case 1:
printf(" \nYou can add the details of the book ");
printf(" \nEnter the book name: ");
scanf(" %s", lib[i].book_name);
printf(" \nEnter the author name: ");
scanf(" %s", lib[i].author_name);
printf(" \nEnter the number of pages: ");
scanf(" %d", &lib[i].no_of_pages);
printf(" \nEnter the cost of the book: ");
scanf(" %f", &lib[i].cost);
pg. 4 Swami Vivekanand Institute Of Polytechnic
TIC-TAC-TOE
count = count + 1;
i = i + 1;
break;
case 2:
if (count==0)
{
printf(" \nThere are no books stored!!\n\n ");
}
else
{
case 3:
printf(" \nTotal number of books in the library are: %d\n\n ", count);
break;
case 4:
exit(0);
default:
6. Pc I3processor,4Gb ,500G 1
B
7. Software Turbo c 1
8. Internet Google 1
7. Action plan:
the program of the Library Management System is designed using simple blocks of code. This is one
of the best ways to store the data
The Library Management System improves efficiency by filling in the gaps in a library's struggles. The LMS
can cut down time spent on administrative tasks, such as searching for books, checking in or checking out books, and
handling lost or damaged items.