home *** CD-ROM | disk | FTP | other *** search
/ C by Discovery (4th Edition) / C_By_Discovery_4th_Edition.tar / C_By_Discovery_4th_Edition / CH_04 / 201.jpg < prev    next >
Joint Photographic Experts Group Image  |  2013-12-11  |  602KB  |  2550x3300
Labels: book | crt screen | monitor | poster | reckoner | sky
OCR: Initialization of Arrays 201 Note he char chararray [NUMCHARS Note he int intarray[] Note 3 IC- [NUMFLOATS] double dblarray int index, Note 4 pe for index 0 index NUMCHARS; index++ es rarray[index] index, cha Note printf "chararray occup ies bytes In" chararray ); izeof( printf "intarray occupies bytes zeof( \n" intarray printf( "dblarray occupies sizeof( bytes In" dblarray Note 6 printf "The el ement in chara rray with index chararray \n printf( "The element ir intarray with index is intarray kd n ) printf "The ement dblarray with index is dbl 5 array [3] \n" return Running the Program chararray occup ies 10 bytes intarray occup ies bytes db] arr ay occup ies 64 bytes The Lement chara rray with index The lement intarray with index The ement dbl larray with index are Three This initialized ...