c-thumb

C program to find the Total marks & Percentage of a Student

In this post, we are going to see how to write a C program to find Student Total marks & Percentages.

What will you learn in this C program?:

  1. How to get the number of subjects dynamically.
  2. You will learn how to set a dynamic array variable in C.
  3. Get the size of an array in C.
  4. How to find the percentage in C language.

Output:

 

Read the inline comments to understand each section of the program. I believe this post would have helped you to understand how to write a C program to find Student marks.

Related Posts

Leave a Reply