home *** CD-ROM | disk | FTP | other *** search
/ C by Discovery (4th Edition) / C_By_Discovery_4th_Edition.tar / C_By_Discovery_4th_Edition / CH_08 / 445.jpg < prev    next >
Joint Photographic Experts Group Image  |  2014-01-29  |  608KB  |  2550x3300
Labels: book | crt screen | poster | reckoner
OCR: Automatic versus Static Variables 445 nd of their int count ter fan identi- All variables that we saw prior to this section were automatic variables. or only When an automatic variable created without an initializer, it is not given any ized every initial value 11 may contain garbage values When accompanied by an initializer, eir param- int counter ney can be the initialization 18 done each time the variable is created That is the variable ng code 18 reinitialized each time a function called. Example 8-1 illustrates that concept was dis- atement in ere Example 8-1: automatc.c into sepa- code files ons in one automatc. will study Displays two integer values Synopsis obi ective Illustrates automatic vari iables Incl lude Files C They #incl lude <stdio h will also extern, int Funct inc ion re ...