Program To Accept Integer Values Into A Square Matrix Then Display The Original Matrix AS_WELL_AS Its Transcope
/* Program To Accept Integer Values Into A Square Matrix Then Display The Original Matrix AS_WELL_AS Its Transcope */ #include
#include
void main() { int mat[20][20]; int i,j,n; clrscr(); printf("\n enter order of the square matrix(max.20)\n"); scanf("%d",&n); for( i=0;i
Please send comments to
vgdarur.javafive@blogger.com
Copyright © 2008 - iForeRunner.com
http://www.iforerunner.com/