a simple terminal based student management system made in c lang to manage students data.
- Student creation with name, roll number and marks.
- Student updation for name, roll numbers and marks.
- Student deletaion using roll number.
- Search Student using roll number.
- CSV based data storage.
you need a complier and terminal to complie and run this, we will use MinGW to complie.
gcc main.c -o main
then run generated main.exe file or ./main on linux, etc.
Made with love by Karan