Why do I require multiple EOF (CTRL+Z) characters?
问题 As a little background, I am quite new to the C Programming Language and as such have been attempting to work through some of the exercises in the second edition of the Kernighan & Ritchie manual. I do realize that I could probably deal with certain issues more succinctly by utilizing the standard library more, but am trying to keep my repertoire of useful commands in sync with the book as much as possible. If it makes a difference, I am compiling my source in a Windows XP environment using