 |
How to Fill a 2D Matrix in C | eHow
2D matrices are data structures that organize data in rows and columns. C uses the I,J subscript notation to access the elements of the matrix. Implementing controlled loops allows the programmer to access array elements one at a time to be filled out wit
www.ehow.com |
 |