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 / 476.jpg < prev    next >
Joint Photographic Experts Group Image  |  2014-01-29  |  633KB  |  2550x3300
Labels: book | crt screen | poster | reckoner | wordbook
OCR: 476 Chapter 8 Intraprogram Communication char inbuff [BUF SIZE]; int index; STACK st; Note 2 fgets( printf( inbuff "Enter r BUF line SIZE, of stdin characters init stack( &st for index inbuff[ index} 0 index++ Note 3 push inbu ff index] &st while !is empty st pop &st putchar( '\n' return 0 the test top the are The not utility STACK implementation function utility functions. main) of a functions is STACK. in program this The Note source that constant written file no It is MAX using reference the designed the ts made identifier asa array, to driver the and STACK the specifics function and index the of mentioned. The STACK Note 1:The header file stack.h must be included to provide the declaration ofa STACK Note 2 The variable identifier of STACK STACK is used as the type name in this declarat ...