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 / 222.jpg < prev    next >
Joint Photographic Experts Group Image  |  2013-12-11  |  642KB  |  2550x3300
Labels: book | crt screen | monitor | reckoner
OCR: 222 Chapter Arrays and Pointers Variables of type char and char are declared and initialized The remain der of the code consists of assignment statements and calls to pr intf Note 1:A on declared the character previous Since variable C line is a and free- a continues format variable until of language, the type the on char this pointer-to-char line. declaration The have syntax begun been pt has two different meanings If it preceded bv data type in a declaration (as here) signifies the declaration of pointer that data type. Howev ver, in any other context the dereference operator and signifies the contents of pointer type variable. Note 2. After initializing the value of the character variable that value can be accessed either by referencing the character variable as in the previous pr: intf ...