I’m writing a program to count blanks, tabs, and newlines. I remember what the escape sequence for tabs and newlines are, but what about blanks? \b? Or is that backspace?
I’m writing a program to count blanks, tabs, and newlines. I remember what the
Share
You mean “blanks” like in
"a b"? That’s a space:' '.Here’s a list of escape sequences for reference.