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 / 055.jpg < prev    next >
Joint Photographic Experts Group Image  |  2014-01-07  |  789KB  |  2550x3300
Labels: book | poster | reckoner | shelf
OCR: Things to Remember Things to Remember not start with Unlike most upper-level languages allows a programmer measure of con trol over the hardware The underlying character set must have most of the characters in the ASCHI collating sequence ASCII will be used in this text each convers sion distinguishes betw veen uppercase and lowercase alphabetics is.8 free format language each conv /ersion All subprograms in C are called functions Every program must have function named main() that returns an int. variable declared inside a function block, the scope of the variable from the declaration to the end of the function block If a variable is declared outside function block, its scope is from the point of declaration to the end of the source code file The pr int function will op output 117 takes va ...