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 / 132.jpg < prev    next >
Joint Photographic Experts Group Image  |  2013-12-21  |  755KB  |  2550x3300
Labels: book | counter | reckoner
OCR: 132 Chapter Basic Data Types In an octal representation, each octal digit translates directly to three binary digits Construct chart like the one above that shows the binary rep- resentation for the octal digits through Use that chart to convert the following octal integers to binary 1735 361 14315 Use the chart to convert the following binary integers to octal: 11010110 100011001 11010 3.3 The Integer Types Type int Revisited One of the integer types in C is the type int. This scalar type was first discussea in Chapter where variable declarations were introduced. Output of and arith- metic operations on expressions of type int were also discussed there The type int type that c provides to store integer values. Most implementations of let variable of type int occupy pord in the specific co ...