Skip to content

A Student Management System (CRUD Application) constructed in C language.

Notifications You must be signed in to change notification settings

Explorer-O7/CRUD_App_in_C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Student Management System

Overview

This repository contains a Student Management System built using the C programming language, implementing CRUD (Create, Read, Update, Delete) operations. The system allows users to manage student records, including adding, viewing, updating, and deleting student information.

Features

  • Create: Add new student records with details such as name, roll number, age, and grade
  • Read: View all student records or search for a specific student's details
  • Update: Modify existing student records
  • Delete: Remove student records

Technologies Used

  • C programming language
  • File input/output for data storage

Getting Started

Compilation

  1. Compile the program using gcc compiler: gcc StudentManagementSystem.c -o StudentManagementSystem
  2. Run the program: ./StudentManagementSystem

Usage

  1. Follow the menu-driven interface to perform CRUD operations
  2. Add, view, update, or delete student records as needed

License

This project is licensed under the GNU General Public License.

Contributing

Contributions are welcome! Please fork the repository, make your changes, and submit a pull request.

Acknowledgments

Thanks to the C programming community for their resources and support.

Implementation of this project can be converted to similar applications (like Library Management System, Banking System, Hospital Management System, Railway Reservation System) and it can also be extended to the advance level.

About

A Student Management System (CRUD Application) constructed in C language.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages