Skip to content

tecnolgd/C-BASED-STUDENT-REPORT-GENERATOR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 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?

  1. Compile the file using any C compiler: gcc student_proj1.c -o student_proj1 && student_proj1
  2. The application will open for user interaction in the terminal.

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

Releases

No releases published

Packages

No packages published

Languages