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

Post New Answer

More C Interview Questions

can a union be self-referenced?

1 Answers  


how to construct a simulator keeping the logical boolean gates in c

0 Answers  


Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?

0 Answers  


Which is the best website to learn c programming?

0 Answers  


Wt are the Buses in C Language

0 Answers   Infosys,






What is c programming structure?

0 Answers  


Why c++ is called c++ and not c+?

9 Answers   EBS,


What is the output of the program given below #include<stdio.h> main() { char i=0; for(;i>=0;i++) ; printf("%d\n",i); }

21 Answers   ADITI, Student, TCS,


Is c compiled or interpreted?

0 Answers  


Define and explain about ! Operator?

0 Answers  


How can I implement a delay, or time a users response, with sub-second resolution?

0 Answers  


FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above

0 Answers  


Categories