Skip to content

Simple Student Management System developed using the C programming language

Notifications You must be signed in to change notification settings

LatifEmbedded/Student-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

STUDENT MANAGEMENT SYSTEM

This is a simple student management system that allows user to add

  • Add Student(Name, Id, Note, Country)
  • Delet Student
  • Search for Student
  • Display all Students Data

Limitations :

  • The program uses fixed-size arrays for storing strings, which may limit the maximum length of the input data.
  • The program relies on the user to enter valid input and does not perform extensive input validation.

Use :

Open the command line and compile the code run the executable file and start playing with you simple database.

Note :

This is for learning purposes.

About

Simple Student Management System developed using the C programming language

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages