Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 395 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 395 Bytes

Student Management System

A simple C program that manages student records such as adding, updating, deleting, and searching by ID. It also calculates average GPA and identifies the highest GPA.

Features

  • Add new students
  • Display all students
  • Search for a student by ID
  • Update student information
  • Delete student records
  • Calculate average GPA
  • Find student with the highest GPA