Question: c++ Q2) Declare a two d dynamic array in the main, open up another file where data is stored, in a space separated manner as
Q2) Declare a two d dynamic array in the main, open up another file where data is stored, in a space separated manner as shown below, send the file handle and two d array to the function for filling up the array. then use the same function Gen_Bubble_sort to sort columns. each even number column is sorted in ascending order while rest are sorted in descending order. also write down a function for printing the array that shall be called appropriately when needed you can use temp 1 d dynamic array/s if needed. DO NOT USE array notation in this question . File format for Q2 e.g following data represents a two d array of 33 the first two digits are ROW AND COLUMNS 33456345123 The two d array of above data is as follows 431542653
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
