Hi,
In Learning C#, the authors states that the char type can represent a simple character (A), a Unicode character (\u0041), or an escape character enclosed by single quote marks ('\n'). Isn't '\n' an escape sequence rather than an escape character. Isn't "\" alone the escape character Can the char type hold entire escape sequences then, which are a group of characters beginning with an escape character, and which can be used as a command to control devices like the display Please clarify.
Karim
Visual C#1
|