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

What does calloc stand for?

0 Answers  


How many identifiers are there in c?

0 Answers  


how to write a prog in c to convert decimal number into binary by using recursen function,

1 Answers  


the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none

0 Answers  


What language is c written?

0 Answers  






If the size of int data type is two bytes, what is the range of signed int data type?

0 Answers  


what is the significance of static storage class specifier?

0 Answers  


Why the use of alloca() is discouraged?

2 Answers   Oracle,


what do you mean by enumeration constant?

0 Answers  


Explain how are 16- and 32-bit numbers stored?

0 Answers  


how to find sum of 5 digits in C?

4 Answers  


What is strcmp in c?

0 Answers  


Categories