Friday, February 6, 2015

Source Code of Library Management Project in C

This is a simple library management project in C programming language. Here the file handlind is used to store the record of books as a database.

Library management project folder consists of
1) Library_Management.c
2) core_functions.h
3) general_function.h
4)variables.h

main function starts from source file Library_Management.c and the functions called in source file are defined in the general_function and core_function header files.



DOWNLOAD LIBRARY MANAGMENT IN C HERE

No comments:

Post a Comment