The newline char is always stored in the buffer, however since scanf is formatted input you will only see it when you try to input a char. To tell scanf to ignore whitespace characters, you can put a...