how can I exchange main diagonal with secondary diagonal with 2D array | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

how can I exchange main diagonal with secondary diagonal with 2D array

answer please tomorrow my exam

1st Sep 2016, 9:51 PM
Mohammad Baker
Mohammad Baker - avatar
1 Answer
0
you mean to ask that to change the dimension of the data in that 2D arry for example, consider an array of arr[2][2]; so a value 4 is in arr[0][0] then if your question is to make arr[2][2] as 4 and the value in arr[2][2] as arr[0][0] then you need to use a temporary say swapping of values if this is the question this is a way to solve it
30th Sep 2016, 8:26 AM
Bala Swaraj Reddy