Briefly discuss the relation between pointers and arrays, giving suitable example. Write a program in C, to print transpose of a 2D matrix entered by a user. Also give comments
Relationship between Pointers and Arrays In C, arrays and pointers are closely related. The name of an array is essentially …