https://github.com/nxr-deen/student-records
This repository contains a C program that manages student data in a binary file, allowing for input and retrieval of records.
https://github.com/nxr-deen/student-records
binaryfiles c data management records students
Last synced: about 1 month ago
JSON representation
This repository contains a C program that manages student data in a binary file, allowing for input and retrieval of records.
- Host: GitHub
- URL: https://github.com/nxr-deen/student-records
- Owner: nxr-deen
- Created: 2024-10-16T11:59:10.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-10-31T21:14:03.000Z (7 months ago)
- Last Synced: 2025-04-09T20:05:24.786Z (about 1 month ago)
- Topics: binaryfiles, c, data, management, records, students
- Language: C
- Homepage:
- Size: 7.81 KB
- Stars: 17
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Student Records Management
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.
## Features
- Structure definition for student information.
- Input for multiple student records.
- Read and display stored student data from the binary file.## How to Compile and Run
1. Ensure you have a C compiler installed (e.g., `gcc`).
2. Clone this repository:
```bash
git clone https://github.com/NoureddineBou/student_records.git
cd student_records