Skip to content
This repository was archived by the owner on Jul 19, 2026. It is now read-only.

tecnolgd/Student-Report

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Academic Performance Report generator

License: MIT Interface: CLI Status: Archived

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. Clone the repository

    git clone https://github.com/tecnolgd/Student-Report.git
    cd Student-Report
  2. Compile the file using any C compiler:

    gcc student_proj1.c -o student_proj1 && student_proj1
  3. The application will open for user interaction in the terminal.

Tip

For clear screen in the output,append the code with

* system("cls");    //for WINDOWS OS
* system("clear");    //for MAC/LINUX OS  

Developed by tecnolgd · Archived learning artifact.

Releases

No releases published

Packages

 
 
 

Contributors

Languages