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.
- 12133 दृश्य
- 1 उत्तर
1 उत्तर
-
-
- 01 अप्रैल
- 0 टिप्पणी
-
- What site is the best video tutorial website for learning C programming?
- What is structured programming?
- What is C language?
- Who invented C C++ and Java? Explain your answer
- Write a program to calculate the following series:
- What is the eligibility criteria for cracking the C Progamming Exam 2018?
- The best CBD for Life
- Left Shift and Right Shift Operators in C
- Short circuit logical operators used in C language.
- What is the difference between return 0 and return 1?
मॉक परीक्षण अभ्यास के लिए
c programming
{br /float sum=0;br /for(int count=0;count<10;count++)br /sum+=marks[count];br /return sum/10;br /}