Transpose of matrix using multi dimenssion Array

#include<iostream>
#include<conio .h="">
#include<stdio .h="">

using namespace std;

void transpose();
void main()
{
 transpose();
 getch();

}
void transpose()
{
 int arra[3][3];
 int arrat[3][3];
 cout&lt;&lt;"\n Enter Array of 3X3 ";
 for(int a=0; a<3 a="" b="" cin="" for="" frm="" input="" int="" user="">&gt;arra[a][b];
  }
 }
 for(int a=0; a</3></stdio></conio></iostream>

No comments:

Post a Comment