Software22229
- Cell Phones 1589
- Desktop 760
- Editors 440
- Education, Science & Engineering 1106
- Games 2638
- Internet 4619
- Multimedia & Graphics 1018
- Office software 761
- PC 479
- Programming 1898
- 1C 145
- ActiveX 3
- Assembler 30
- C# 88
- C/С++ 281
- Data Bases 424
- Delphi/Pascal 493
- Disassemblers 6
- OpenGL/DirectX 5
- PHP 154
- Setup Software 22
- Visual Basic 25
- Others 222
- Security 976
- SEO 306
- Software for Pocket PC 187
- Utilities 3932
Matrix 12
Sold: 0
Uploaded: 27.01.2012
Content: matrix12.c 0,77 kB
Uploaded: 27.01.2012
Content: matrix12.c 0,77 kB
Product description
12 Matrix solution of the problem in the C language, from the collection of M. E. Abrahamyan "1000 programming tasks"
Additional information
Given matrix size M × N. Output elements in the following order: the first column from top to bottom, bottom to top of the second column, third column from top to bottom, the fourth column from the bottom up and so on. D.
Attention !!! The task uses a static 5x5 matrix (m = 5, n = 5). The matrix is \u200b\u200bfilled in automatically from 0 to 24