Skip to content

This is a Course Registration System in C, created as my Semester 1 university project. It allows students to create accounts, register and view courses, and give feedback on both courses and instructors. The system uses file handling for storing student data, ensures input validation, and supports feedback printing.

License

Notifications You must be signed in to change notification settings

ohhparkash/Student-Course-Registration-Program

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

This is a Course Registration System in C, created as my Semester 1 university project. It allows students to create accounts, register and view courses, and give feedback on both courses and instructors. The system uses file handling for storing student data, ensures input validation, and supports feedback printing.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages