Source file: chartest.c
/* CSC265W */ /* Randy Pratt 01/27/99 */ /* Gets a character input from user, then displays the character entered */ #include <pima.h> puts("Enter a
character:");
/* Prompt user for a character */ |
A:\>chartest Enter a character: M M was the character entered. A:\> |