← All projects

Student-records

by @nxr-dine

17

This repository contains a C program that manages student data in a binary file, allowing for input and retrieval of records.

About this project

Student Records Management This repository contains a C program (studentdata.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 Ensure you have a C compiler installed (e.g., gcc). Clone this repository: bash git clone https://github.com/NoureddineBou/studentrecords.git cd studentrecords

From the project README on GitHub

Stars
17
Forks
0
Last push
31 Oct 2024

Add this badge to your README

Show that your project is listed on Made in Algeria.

Made in Algeria
[![Made in Algeria](https://www.madeinalgeria.dev/badge/student-records.svg)](https://www.madeinalgeria.dev/projects/student-records)

Related projects