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 / 157.jpg < prev    next >
Joint Photographic Experts Group Image  |  2013-12-21  |  605KB  |  2550x3300
Labels: binder | book | crt screen | daybook | music stand | poster | reckoner
OCR: If There's Time or Need: Bit Operations the Integer Types ber as The bitwise -negation of shortvarl is denoted -shortvarl and has the fol- ted are lowing bit pattern: 1 111111i11o10 do hink Its value would be in signed decimal format or fffa in unsigned hexadecimal ctors.c? format another example assume that charvarl has the value F (decimal 70 In the ASCII character set its bit pattern JS ypes 0100010 er types. The bit pattern of ~charvarlis Y useful type of 01100 opera- Its value is outside the ASCII range of o to 127 The bitwise- -and binary operator. It combines the bit patterns of two quantities of the integer types to form third bit pattern. Its syntax is express ionl expressi ion2 erations. The corresponding bits of each pattern are combined under the following and that rules: If bo ...