home *** CD-ROM | disk | FTP | other *** search
/ C by Discovery (4th Edition) / C_By_Discovery_4th_Edition.tar / C_By_Discovery_4th_Edition / _HANDBOOK_ / APDX_C / C-1.jpg next >
Joint Photographic Experts Group Image  |  2013-12-13  |  531KB  |  2550x3300
Labels: book | reckoner
OCR: pes Declarations in Each declaration of a single identifier in Chas the following form. The brackets indicate that the enclosed item optional [storage class [qualifi ier type identi fier initial izer] Declaration of multiple identifiers can be made within the same declaration 11 the form [storage class] [qualifier] type identifier-list, where the identifier-list is a comma-separated list of entries of the form identi fier initializer] Storage Class Specifiers These were discussed in Chapter 8 The possible storage class specifiers are given in the list below auto exte err reg ster static typedef Type Qualifiers These are new with ANSI C They include the keywords const indicates that the value will not be changed this volatile announces as that the normal optimization should not be outside a ...