Write a program to read the marks of 50 students in a class and display the following:
1.average mark obtained by each student. 2.print the roll number and average marks of the students whose average mark is above 80. 3.print the roll number and average marks of the students whose average mark is below 40.
- 12192 दृश्य
- 1 उत्तर
1 उत्तर
-
-
- 01 अप्रैल
- 0 टिप्पणी
-
- What is C programing? Explain your answer
- What is the difference between C and C++?
- How to dynamically allocate a 2D array in C?
- The best CBD for Life
- What is structured programming?
- Who invented C C++ and Java? Explain your answer
- What is C language?
- can u define type of pointer ??
- What are jump statements in c language?
- What does a person require to opt C programming as a career?
मॉक परीक्षण अभ्यास के लिए
c programming
{br /float sum=0;br /for(int count=0;count<10;count++)br /sum+=marks[count];br /return sum/10;br /}