grade

  • C

C Program To Find Grace Marks of Student Using Switch Case

Write a C program to find the grace marks for a student using switch. The user should enter the class…

4 years ago
  • C

C Program To Find Grade of Steel

A certain grade of steel is graded according to the following conditions: 1. Hardness must be greater than 50. 2.…

4 years ago
  • C

Nested if else Statement In C

In this program we'll show you nesting of if else statements. Here we are illustrating the concept by taking score/marks…

5 years ago