Word counting in C programming language

The fourth in our series of useful program counts lines, word, and characters, with the loose definition that a word is any sequence of characters that does not contain a blank, tab or newline. This is a bare-bones version of the UNIX program WC.

Comments

Popular posts from this blog

java script data type.