Skip to content

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

Notifications You must be signed in to change notification settings

nxr-deen/Student-records

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

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:
    git clone https://github.com/NoureddineBou/student_records.git
    cd student_records

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages