Tag Archives for Structures
Grade of Students
/* Program to accept name , class and marks with the use of structure with pointer. Also print the grade which is based on the marks- 1. marks > = 75 grade-A 2. marks >=50 and < 75 grade-B3. marks … Continue reading

