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 / 139.jpg < prev    next >
Joint Photographic Experts Group Image  |  2013-12-21  |  618KB  |  2550x3300
Labels: book | crt screen | poster | reckoner
OCR: The sizeof( Operator 139 C by Discovery Predict the output of the following program. te 1 la9 te2 Inc lude Files include <stdio nt main( void int printf "The sizeof{ i+- is 3d\n" zeof printf "The value sd\n" return vari- to the Execute to check your prediction. Was the value of incremented during the program's execution? Do more experi- mentation, if necessary, to understand what happening. Explain in your own words the concept illustrated by la9.c. Closer Look Of all of the data types supported by the C language the int type is the most machine dependent in terms of size and range The si zeof operator in offers very useful tool for answering questions about integer variables on particular machine. The actual method of storage of integers will be fairly consistent from machine machine Inte ...