Reference: C Programming Language 2nd Edition.
#include /* count digits, white space, others */ int main() { int c, i, nwhite, nother;