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
Compile the file using any C compiler:
bash(command line)
Note:For clear screen in the output,append the code with
//for WINDOWS OS
//for MAC/LINUX OS
If this repository added value to your learning or dev flow, consider dropping a ⭐ star or hitting fork.
tecnolgd