Title:
input-character-statistics Download
Description: C language input character statistics based on statistical character of function problems:
Reading from the keyboard into a text, statistics on the English letters, numbers, spaces, and in addition to other characters.
Problem analysis:
Because of the number of input characters is not identified, should build condition of circulating while ( ( C = getchar ( ) )! = EOF ), where EOF is a symbolic constant, is used to represent text input end, in the PC machine through the Ctrl+Z input key combination to input the character. Required data and the algorithm is as follows.
To Search:
File list (Check if you may need any files):
input character statistics.docx