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.
- 12191 Views
- 1 Answers
1 Answers
-
-
- 01 Apr
- 0 Comment
-
- Лучшие игры 3d на Андроид
- What is C language?
- Left Shift and Right Shift Operators in C
- The best CBD for Life
- Write a program to calculate the following series:
- What are jump statements in c language?
- Can someone explain the concept of pre and post increment in C?
- Психологическая помощь при похудении
- What site is the best video tutorial website for learning C programming?
- How to dynamically allocate a 2D array in C?
Practice Mock Test
c programming
{br /float sum=0;br /for(int count=0;count<10;count++)br /sum+=marks[count];br /return sum/10;br /}