This repository contains a C program (student_data.c
) that manages student information in a binary file named students.dat
. The program allows users to input multiple student records and read the stored data.
- Structure definition for student information.
- Input for multiple student records.
- Read and display stored student data from the binary file.
- Ensure you have a C compiler installed (e.g.,
gcc
). - Clone this repository:
git clone https://github.com/NoureddineBou/student_records.git cd student_records