This is a C program that accepts marks for 5 subjects, calculates the total, average, and determines the grade based on the average marks.
- ✅ Accepts marks for 5 subjects
- ✅ Validates inputs (0 - 100 range)
- ✅ Calculates:
- Total Marks
- Average Marks
- Grade (A, B, C, D, F)
- ✅ Displays a formatted student report
| Average Marks | Grade |
|---|---|
| 90 - 100 | A |
| 80 - 89 | B |
| 70 - 79 | C |
| 60 - 69 | D |
| Below 60 | F (Fail) |
🔹 Step 1: Compile the program gcc C_project.c -o marks_grade
🔹 Step 2: Run the program ./C_project
C_project.c → C source code file
ACE_Project_PragyanLahkar.pdf → Final project report (as per college guidelines)
✔️ Function usage for modularity
✔️ Clean and commented code
✔️ Input validation included
✔️ Logical flow and proper output formatting
👨💻 Author Name: Pragyan Lahkar, Institution: Assam down town University, Date: April 2025
⭐ If you found this useful or you're reviewing it for college, feel free to give a star to this repo! ⭐