There are 100 students in a class. The management keep
information in two tables. Those two tables are given like
Roll no Name Age
001 ABC 15
002 XYZ 14
and
Roll No Subject Marks
001 Math 75
001 Physics 55
002 Math 68
001 Hindi 69
They want the information like this
Roll No Name Hindi Physics Math Total
001 ABC 69 55 75 199
002 XYZ 68 74 84 226
And
Roll No Suject Highest
001 Math 98
007 Physics 84
021 Hindi 74
All 275
All information is kept in structure in main memory.
You have to find last two tables.
No Answer is Posted For this Question
Be the First to Post Answer
True or false, if you keep incrementing a variable, it will become negative a) True b) False c) It depends
How to stop conversions among objects?
Is rust better than c++?
Is c++ a programming language?
Where is atoi defined?
Is nan a c++?
whats the size of class EXP on 32 bit processor? class EXP { char c1; char c2; int i1; int i2; char *ptr; static int mem; };
Can a program run without main?
What are pointer-to-members in C++? Give their syntax.
What is a v-table?
if int1 has the value 12, int has the value 18, and int3 has the value 21, what is the result: int1 < int2 && int2 < int 3
Is c++ the best programming language?