Question: I have a 2d array [20][10]. how do I need to split this array into 4 arrays[5][10] . From the original 2d array[20][10], (0-4) row
I have a 2d array [20][10]. how do I need to split this array into 4 arrays[5][10] . From the original 2d array[20][10], (0-4) row in first 2d array, (5-9) row in second 2d array, (10-14) row in third 2d array, and (15-19) row in fourth 2d array
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
