Escape sequences in C

In the C programming language, an escape sequence is specially delimited text in a character or string literal that represents one or more other characters to the compiler. It allows a programmer to specify characters that are otherwise difficult or impossible to specify in a literal.

Source: Wikipedia — Escape sequences in C (CC BY-SA 4.0)

Escape sequences in C

In the C programming language, an escape sequence is specially delimited text in a character or string literal that represents one or more other characters to the compiler. It allows a programmer to specify characters that are otherwise difficult or impossible to specify in a literal.

Source: Wikipedia "Escape sequences in C" · CC BY-SA 4.0

Share this article: X · Bluesky
Privacy Policy