Unrecognized escape sequences produce compile-time errors

suggest change

The following examples will not compile:

string s = "\c";
char c = '\c';

Instead, they will produce the error Unrecognized escape sequence at compile time.

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents