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

In scanf h is used for

4 Answers   BFL,


What will be the result of the following program? char*g() { static char x[1024]; return x; } main() { char*g1="First String"; strcpy(g(),g1); g1=g(); strcpy(g1,"Second String"); printf("Answer is:%s", g()); } (A) Answer is: First String (B) Answer is: Second String (C) Run time Error/Core Dump (D) None of these

2 Answers   Oracle,


What is the main difference between calloc () and malloc ()?

0 Answers  


What are pointers in C?

5 Answers   KPIT,


State the difference between realloc and free.

0 Answers   Aricent,






Can anyone tell what is stack overflow? what precaution we should take?

1 Answers  


How to print "I Love My India" without using semi colon?

4 Answers  


In c programming, explain how do you insert quote characters (? And ?) Into the output screen?

0 Answers  


What are static variables in c?

0 Answers  


What are runtime error?

0 Answers  


What is bin sh c?

0 Answers  


Write a small C program to determine whether a machine's type is little-endian or big-endian.

5 Answers   nvidia,


Categories