Inspiration
Managing student record is difficult for teachers so we create a simple project.
What it does
it can perform basic operation related student record :-
- Insert new student record.
- Delete record
- Sort record in ascending order based on roll no of student .
- Update old data
- Display all record.
- it can calculate % automatically based on number of subject and total marks.
How we built it
C language and file handling concept is used to make a project.
##Challenges we ran into In file handling it is necessary to know that where file is open in read mode or write mode and close the file in correct place.
Accomplishments that we're proud of
it is easy to understand . it can calculate % automatically based on number of subject and total marks with accuracy.
What we learned
In my project you can easily understand file handing concept.
What's next for Student Management
Next version of my project include filter and other required operation.
Built With
- c
- filehandling
Log in or sign up for Devpost to join the conversation.