home *** CD-ROM | disk | FTP | other *** search
/ C by Discovery (4th Edition) / C_By_Discovery_4th_Edition.tar / C_By_Discovery_4th_Edition / CH_02 / 065.jpg < prev    next >
Joint Photographic Experts Group Image  |  2014-01-08  |  682KB  |  2550x3300
Labels: book | crt screen | monitor | poster | reckoner
OCR: Blocks and Compound Statements Make list of the expressions in the program above Which are lvalues? Which are rvalues? Note 3 Compile and execute express.c to check your answer to part b in question Tf your answer to part was wrong make sure you know why Correct vouI concepts. Note 4 2.2 Blocks and Compound Statements ype int. compound statement is sequence of statements that can be used anyplace in nents the syntax that simple statement can be used is common construct in most programming languages. In c the construct that implements a compound state- ne S called block. The syntax of the language allows more than just ment sequence of statements block variable declarations can be included with the executable statements. Assuming that both pue have been declared as vari- any int, both of th ...