cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Print number in diagonal format in matri
Print number in diagonal format in matrix
Aug 15, 2010 at 3:20pm UTC
agoswami
(135)
Hi.
I tried to print number in matrix in following format but could not reach the solution .. does anyone have idea
Ex.
I have matrix a[3][]3] = { 1 , 2 ,3
4 , 5 ,6
7 , 8 ,9
}
it should print like .
1
4 2
7 5 3
8 6
9
Aug 15, 2010 at 3:42pm UTC
Galik
(2254)
DUPLICATE POST:
http://www.cplusplus.com/forum/general/27361/
Topic archived. No new replies allowed.