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.
What is diamond problem in c++?
Why is c++ so fast?
How can you tell what shell you are running on unix system?
How to allocate memory dynamically for a reference?
What is the full form of c++?
How would you use qsort() function to sort an array of structures?
What is class definition in c++ ?
How do you generate a random number in c++?
Write a program which employs Recursion
What is a list c++?
Write a program to show polymorphism in C++?
Why c++ is called oop?
Arrange Doubly linked list in the ascending order of its integral value and replace integer 5 with 7?
What return value must conversion operators have in their declaration?