Keywords:
C program for student mark list | student mark list program in c | student marksheet program in c language | c program for student marksheet | student mark sheet in c program.
If you are a beginner in the C program and you want to code a simple and best “Student Marksheet program” then this place is right for you. On this page, you will get a simple student mark sheet program.
Features of the program:
1. Simple and good-looking interface
2. Lightweight program
3. Display a subject list to choose subjects
4. Give the accurate result
How to use it:
1. First, run the program in any IDE of computer (not in Turbo C\C++)
2. Now choose option 1, to create a student mark sheet.
3. Now enter the student name, roll number, and class.
4. Now enter the number of subjects and hit enter. After that according to the number of subjects you should choose your subjects.
5. After that in the sequence of chosen subjects enter the marks of the subjects and hit Enter.
6. When you hit the Enter button the program calculates the total marks and percentages.
7. After that the result will show like this.
8. If you want to recreate a mark sheet then enter ‘y’ or 'Y' in the input area. If you do not want then enter ‘n’ or 'N' in the input area.
9. If you want to exit from the program, then in the main menu choose option 2 which is an Exit option.
Program:
Post a Comment
You are welcome to share your ideas with me in the comments!