An open API service indexing awesome lists of open source software.

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.

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