I need help with programming in visual C++. I need to write afunction called transpose() that takes a 2x3 array argument and a3x2 array argument and fills the 3x2 array with the trasposed 2x3array. Then call transpose() from main () and test it withhardwired values. I need help with programming in visual C++. I need to write afunction called transpose() that takes a 2x3 array argument and a3x2 array argument and fills the 3x2 array with the trasposed 2x3array. Then call transpose() from main () and test it withhardwired values.