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 / 129.jpg < prev    next >
Joint Photographic Experts Group Image  |  2013-12-21  |  763KB  |  2550x3300
Labels: book | crt screen | poster | reckoner
OCR: Integers and Different Integer Bases 129 The arithmetic types can be further classified as integer types and floating essary point types We'll discuss the integer types he mem- 3.2 Integers and Different Integer Bases program In mathematics, the term integers refers to all the whole numbers, 0 1.2 .4.5 or together with their negati ves, There an infinite num- alar size ber of integers. On computer, not possible tc represent every integer. common Instead, a range of integers is represented. The range usually ary with m -m+1 -m+2 m-2 m-1 where m is a power of2 The actual value of m depends on the hardware charac- teristics and the particular implementation of the language. It is important to realize that the internal representation of an integer is the Os and ls of a specific bit pattern. An ...