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 two-dimensional array.
what is the output of below code int x=8,y; x>>=2; y=x; what is y value. NOTE:EXPLANATION IS COMPALSARY with binary bits
What is the scope of global variable in c?
WAP to convert text into its ASCII Code and also write a function to decode the text given?
Is struct oop?
Whats s or c mean?
how to write a prog in c to convert decimal number into binary by using recursen function,
write a program that uses point of sale system. which are mainly used by retail markets, where the is a database inventory list, a slip should be printed for the customer. manage should be able to access what has been sold and what is left from stock?
write a function to swap an array a[5] elements like a[0] as a[5],a[1] as a[4],....a[5] as a[0].without using more than one loop and use one array not to use temp array?
How can I open files mentioned on the command line, and parse option flags?
What would happen to X in this expression: X += 15; (assuming the value of X is 5)
While(1) { } when this loop get terminate is it a infinite loop?