home *** CD-ROM | disk | FTP | other *** search
/ C by Discovery (4th Edition) / C_By_Discovery_4th_Edition.tar / C_By_Discovery_4th_Edition / CH_09 / 520.jpg < prev    next >
Joint Photographic Experts Group Image  |  2013-12-19  |  597KB  |  2550x3300
Labels: book | crt screen | poster | reckoner
OCR: 520 Chapter Multidimensional Arrays and Double Indirection Running the Program 10.0 10.1 10.2 10 12.0 The program consists of the single function named main () The 1 for declared loop and needed initialized for each The dimension executable of the code array consists of nested for loops One followed Note Note 2: 1:The The declaration by initialization of the of a array the three name array and follows -dimensional the three The array contents dimensions The of type in each is brackets array specified mus and be in cormma- separated list enclosed T braces Since this is actually an array of arrays of arrays this initialization consists of three nested comma-separated 1 lists enclosed in braces. Note The elements of the array are accessed with the appropriate subscripts enclosed in brackets L ...