design and implement a data structure and performs the
following operation with the help of file (included 1000
student marks in 5 sub. and %also)
1.how many students are fail in all 5 subjects (if >35)
2. delete all student data those are fail in all 5 subjects.
3. update the grace marks (5 no. if exam paper is 100 marks)
4. arrange the student data in ascending order basis of marks.
5.insert double of deleted students with marks in the list.
No Answer is Posted For this Question
Be the First to Post Answer
Explain what standard functions are available to manipulate strings?
How to calculate sum
Explain this code. #include <stdio.h> void f1(int *k) { *k = *k + 10; } main ( ){ int i; i = 0; printf (" The value of i before call %d \n", i); f1 (&i); printf (" The value of i after call %d \n", i); }
do u print this format '(((())))'. This brackets is based on user input like 4 or 5 or 6,without using any loop's?
how to introdu5ce my self in serco
What does c mean?
what is meant by the "equivalence of pointers and arrays" in C?
Explain Basic concepts of C language?
What does printf does?
Write a program to use switch statement.
0 Answers Agilent, Integreon, ZS Associates,
What is a nested formula?
Explain what does the format %10.2 mean when included in a printf statement?