Skip to content

cinarsenoglu/StudentGradeCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Student Grade Manager (C)

A menu-driven C program for managing student records.

Features

  • Add student
  • List students
  • Search student by ID
  • Update student grade
  • Delete student
  • Save data to file

Technologies

  • C programming language
  • Structs and arrays
  • Functions and modular design
  • File handling

How to Run

  1. Compile: gcc main.c -o program
  2. Run: ./program.exe

Example

Add Student

Choice: 1
Enter student ID: 101
Enter student name: Cinar Senoglu
Enter student grade: 85

List Students

Choice: 2
Result: ID : 101
Name : Cinar Senoglu
Grade : 85.00

About

C program for managing student records with file saving

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages