home *** CD-ROM | disk | FTP | other *** search
/ C by Discovery (4th Edition) / C_By_Discovery_4th_Edition.tar / C_By_Discovery_4th_Edition / CH_01 / 021.jpg < prev    next >
Joint Photographic Experts Group Image  |  2014-01-02  |  809KB  |  2550x3300
Labels: book | poster | reckoner
OCR: Input and with Variables gnment that iven the initial ecutable; 11 can Running the Program able's value mmas separate first second third and fourth Again, there is single function main Ten lines of source code are ion aring. of this initializ- pro- are between variations the of braces variable that enclose declarations. the code Two for ma in assignment The statements first four and lines two of varia- code tions of printf calls follow. The statement is the return statement The variations are explained in the notes below. Note 1: This line of code declares variable named first to have type int. The type appears first, followed by the variable name and the terminating semicolon. During compilation space will be allotted for storage of a variable of ftype int. This and the other variable dec ...