 |
Spiral Matrix In C or C program for square matrix helically
Spiral Matrix In C or C program for square matrix helically.in helical fashion means, first printing all its outer or boundary value of matrix in a circular ... this code not working for(i=p-1; i > 0; i–, j++) {for(num=j; num < i; num++) printf("%d ", a[j
www.cprogramto.com |
 |