home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Interactive Guide / c-cplusplus-interactive-guide.iso / c_ref / clesson / c.dir / 00163_c1.pcx.png < prev    next >
Portable Network Graphic  |  1995-04-05  |  11.3 KB  |  520x230  |  4-bit (7 colors)
   ocr: The standard header file "s stdio.h" contains the function prototype for "printf()".It also contains the macro definitions for - getchar()" and "putchar()", which willl be used to read characters from the keyboard and to write characters to the screen, respectively. The standard header file "ctype.h" contains the macro definition for "isalpha()", which will be used to determine ifa character "is alphabetic, IT that is, ifit: is a lower- or uppercase letter.