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
Why is not a pointer null after calling free?
What is variable initialization and why is it important?
What is array in C
What is storage class?
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..
What are run-time errors?
given post order,in order construct the corresponding binary tree
What is return type in c?
in iso what are the common technological language?
What is pointer and structure in c?
Explain the array representation of a binary tree in C.
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9
Write a program for Overriding.
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above
FILE PROGRAMMING