Skip to content

Generate academic performance reports with a clean C-based CLI. Ideal for student data management and class/division summaries.

License

Notifications You must be signed in to change notification settings

tecnolgd/C-BASED-STUDENT-REPORT-GENERATOR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MIT License

Academic Performance Report generator

A simple C program to collect student data like

  • student name
  • roll number
  • number of subjects
  • marks in each subjects(out of 100) and display
    • total score
    • percentage
    • class/division classification

Sample Output:

Sample Output

Features:

  • Flexible to handle performance data of multiple students.

  • Roll number validation test.

  • Validation for number of students within the valid range,

  • Outputs total score,percentage,and classification.


How to Run?

Compile the file using any C compiler:

bash(command line)

gcc student_proj1.c -o student_proj1 && student_proj1


Note:For clear screen in the output,append the code with

system("cls");

//for WINDOWS OS

system("clear");

//for MAC/LINUX OS


Value in this Repo?

If this repository added value to your learning or dev flow, consider dropping a ⭐ star or hitting fork.


Author

tecnolgd

About

Generate academic performance reports with a clean C-based CLI. Ideal for student data management and class/division summaries.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages