Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 7

Title: Students Record Management

System

Presented BY
Rahinul Islam (201002498)
&
Rafiul Haque (201002494)
Section: DL
Group: 10

Presented To
Md. Parvez Hossain
Lecturer
Dept. of CSE
Green University Of Bangladesh
&
The Audience
Menu

*This is data structure application based on file handling in C.Where we


have use a file –related function like fopen,fread, fwrite etc. And we
have broken the application in different function.
*List of the function used in the application-
1. Menu()
2. add()
3. view()
4. deleterec()
*Add Record, View Record, Delete
Record and Exit are printed in
Menu function. From where, user
can use add(), view() and deleterec()
function.
Add Record

*If the user selects “Add Record”, then ask all the information for
students and save it in the file.
*1st asked the name of the student then the number, roll number, course
and branch.
*After recording all the
information of one
student, If is necessary to
record the information of
another thenclick “Y”
else “Any Key”.
View Record

*If user selects “View Record”, then user will be able to see all the
information submitted by those student on the screen.
* Then back to menu, press any key.
Delete Record

*If user selects “Delete Record”, Then ask for the name of a student whom
the user want to delete.
*And the name is given, all the information of that student will be deleted.
*The Status of the view table after information is deleted.

*And the last user selects “Exit”, then application will be close.
Thank You All

You might also like