Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 861 Bytes

File metadata and controls

10 lines (10 loc) · 861 Bytes

Student-Course-Registration-Program

Project Description: Course Registration System in C This was my very first university project, built during Semester 1 as part of my programming fundamentals journey. The program is a Course Registration System written in C, where students can:

  • Create an account with a student ID and password.
  • Register for available courses.
  • View their registered courses.
  • Provide feedback and ratings for both courses and instructors.
  • Print out course and teacher evaluations. The project gave me hands-on experience with C programming basics, including structures, arrays, file handling, conditionals, loops, and user input validation. It’s a simple console-based system but taught me a lot about breaking down problems, writing modular code with functions, and thinking about real-world applications of programming logic.