Section 4.10 Word Matching Exercise
ASCII
Encoding
Escape Character
Escape Sequence
Manipulator
Instance Function
Whitespace Character
refers to the backslash character \. | |
specifies how an item should be displayed. | |
stands for American Standard Code for Information Interchange, an 8-bit encoding scheme for representing all uppercase and lowercase letters, digits, punctuation marks, and control characters. | |
is to map a character to its binary representation. | |
is a special notation to represent special characters. This special notation consists of a backslash (\) followed by a character or a combination of digits. | |
refers to the characters ' ', \t, \f, \r, or \n. | |
is a function that must be invoked from an object. |