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 / 446.jpg < prev    next >
Joint Photographic Experts Group Image  |  2014-01-29  |  722KB  |  2550x3300
Labels: book | poster | reckoner | shelf
OCR: 446 Chapter Intraprogram Communication Running the Program Two functions make up this program The function ma in consists of two calls to pri n Each time, the value returned by the function incr ement displayed. The function increment contains the declaration of an automatic variable number, which is initialized to zero. The function incr eenat increments this variable and returns the incremented value. Note 1: The declaration of number does not contain storage class specifier. Since declared inside the function block of increment has storage class automatic, bv default. This means that number created and initialized each time inci rement called The value of num- ber will be dependably zero cach time inc rement ( starts executing Note These prs int calls display the value returned by the f ...