PROGRAM: GOLDBACH NUMBER Question Courtesy: ISC BOARD 2018 PRACTICAL PAPER CODE: 🔥🔥🔥 OUTPUT:
SORTING A TWO DIMENSIONAL ARRAY COLUMN WISE AIM: Take a Two Dimensional array. Each row corresponds to a student and columns correspondingly represents the Roll Number. Marks in English ,Marks in Math and Marks in Hindi. Take all the inputs from the user. Provide a choice to the user of sorting this two dimensional array on the basis of any of the four columns, i.e., sorting can be done on Roll. no. or any of the three marks.In case more than one student has scored same marks then the lashing is resolved using Roll. no. For Example: Input : By Column 1: By Column 2: 2 50 60 40 1 50 40 30 4 20 60 60 1 50 40 30 2 50 60 40 3 40 50 40 4 20 60 60 3 40 50 40 1 50 40 30 3 40 50 40 4 20 60 60 2 50 60 40 CODE: