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.



Write a C program to read the internal test marks of 25 students in a class and show the numbe..

Answer / diwakar

45

Is This Answer Correct ?    6 Yes 3 No

Post New Answer

More C Interview Questions

write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...

0 Answers  


what is the difference between exit() and _exit() functions?

2 Answers  


write a program to print sum of each row of a 2D array.

4 Answers  


What is static and auto variables in c?

0 Answers  


What is malloc calloc and realloc in c?

0 Answers  






what is the mean of c languages.

1 Answers   Polaris,


How to implement call back functions ?

3 Answers   HP,


What is multidimensional arrays

0 Answers  


What is strcpy() function?

0 Answers  


WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.

0 Answers   Google, Infosys,


we all know about the function overloading concept used in C++ and we all learnt abt that.... but that concept is already came in C in a very smaller propotion ... my question is IN WHICH CONCEPT THERE IS A USE OF FUNCTION OVERLOADING IS USED in C language?????????????

4 Answers   Google,


Write a program to reverse a given number in c?

0 Answers  


Categories