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-2.jpg < prev    next >
Joint Photographic Experts Group Image  |  2013-12-13  |  562KB  |  2550x3300
Labels: book | bulletin board | crt screen | poster | reckoner
OCR: Programmer's Handbook Compilers may choose to ignore these qualifiers with the exception of flag ging attempts to change const identifier as an error. Note that an identifier declared with the type qualifier const differs from a preprocessor constant in that memory location is allocated, and it i8 handled in the compiler phase rather than the preprocess phase. Type Specifications The scalar types (with the exception of enum) were discussed in Chapter arrays were discussed in Chapter and the structured types ruct and union) were discussed in Chapter 7 The possible type specifiers are listed below. void char short nt .ong float double signed uns igned structure type specifiers enum type specifiers uni ion type specifiers Initializers When initializing a variable at the time of declaration. t ...