Find maximum, minimum and average of 4 subjects using structure in C

In this article, we have explained how to find the maximum, minimum and average of the marks of 4 subjects of different students using structure in C Programming Language.

Table of contentsProblem statementApproach to solveImplementationOutputProblem statement

In this problem, we have to find the maximum, minimum and average of 4 subjects using structures .

We will implement this problem in C Programming Language.

Approach to solve

Following is the approach to solve the problem:

First we...
 •  0 comments  •  flag
Share on Twitter
Published on January 09, 2023 09:38
No comments have been added yet.