Computer Science, asked by sonnali1934, 1 year ago

How to access two dimensional array using pointer in c?

Answers

Answered by ramnroyh807
0

1.exchange elements of array 2. exchange the address of each element in the two rows 3. set the address of one row equal to the other & vice versa 4. store the address of the rows in an array of pointers & exchange the pointers

Similar questions