How to Create Marksheet in C


Markheet in C

Here's an example, how you can create a mark sheet in C language.

First, we'll take the marks of five subjects from the user to generate the mark sheet.

These marks will be stored in a variable of the float data type.


After that, we'll apply the formula to calculate the percentage and design a template for mark sheet.

Marksheet in C


Related:



Comments

Popular posts from this blog

Pseudocode to Check, Number is Odd or Even