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

main() { int i; printf("%d", &i)+1; scanf("%d", i)-1; }

1 Answers  


explain what is fifo?

0 Answers  


What is static function in c?

0 Answers  


write a program to print largest number of each row of a 2D array

0 Answers  


What is a structural principle?

0 Answers  






find a number whether it is even or odd without using any control structures and relational operators?

22 Answers   Microsoft, Shashank Private Limited,


What's a good way to check for "close enough" floating-point equality?

0 Answers   Celstream,


Is main() is used in the program,,see below example? void main() { int i; for(i=0;i<10;i++) main(); } Then what is the output of the program?

6 Answers  


what will be printed by this printf? printf("%c",printf("hi")["sharkselva"])); }

3 Answers   HCL,


main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); }

4 Answers   CitiGroup,


What is function pointer and where we will use it

2 Answers   Infosys, NetApp,


What does static variable mean in c?

0 Answers  


Categories