Write a C program to read the internal test marks of 25
students in a class and
show the number of students who have scored more than 50%
in the test.
Make necessary assumptions.
Answer Posted / diwakar
45
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
What is modifier & how many types of modifiers available in c?
What are global variables?
What is #include conio h?
The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none
Write the test cases for checking a variable having value in range -10.0 to +10.0?
Explain how can I convert a string to a number?
What are high level languages like C and FORTRAN also known as?
What is gets() function?
c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above
What is the general form of #line preprocessor?
What is const keyword in c?
What does %2f mean in c?
What are variables and it what way is it different from constants?
What are the 4 data types?
where are auto variables stored? What are the characteristics of an auto variable?