home *** CD-ROM | disk | FTP | other *** search
/ C by Discovery (4th Edition) / C_By_Discovery_4th_Edition.tar / C_By_Discovery_4th_Edition / CH_03 / 151.jpg < prev    next >
Joint Photographic Experts Group Image  |  2013-12-21  |  670KB  |  2550x3300
Labels: book | crt screen | daybook | poster | reckoner
OCR: ANSI c and Integer Types the each of the integral types. The ranges are specified below. any your Integral type Guaranteed range Git may be wider) ons si igned char made uns gned char FF signed short -32767 32767 dif- nder- uns gned short 65535 signed int 32767 ong unsi gned int 65535 signed long 2147483647 2147483647 uns cned long 4294967295 the However an implementation ofC may enlarge these ranges. The actual maxi- mum and minimum values that can be represented for each of the integral types in an implementation of ANSI c is recorded in set of preprocessor-defined con- spac- stants These constants are declared in a header file named limits.h. Some of the constants and the corresponding meanings are listed bel low pro- CHAR BI Number of bits in a char CHAR MAX Maxi imum value for type ch ...