Skip to content

kanchn-https/Student-Grade-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸŽ“ Student Grade Calculator System (C Language)

The Student Grade Calculator System is a console-based application developed in C to automate student result processing. It allows users to input marks for multiple students across different subjects, calculates the total and percentage, assigns a grade, and displays a formatted report.

The system uses file handling to store student records, enabling future retrieval and review. Each student’s name, roll number, subject marks, total, percentage, and grade are saved to a file. Users can choose to enter new records or view previously saved data during runtime.

This project is a great learning resource for beginners to practice:

  • Input/output operations
  • Conditional statements
  • Loops and modular logic
  • File handling in C

✨ Features

  • Accept marks for multiple students
  • Calculate total marks and percentage
  • Assign grades based on score ranges
  • Generate structured result reports
  • Save and retrieve student records using text files

πŸ›  Technologies Used

  • C Programming
  • Standard File I/O
  • Console Interface

About

πŸŽ“ Student Grade Calculator System (C Language)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages