Escape character

noun

noun ·Rare ·Advanced level

Definitions

Noun
  1. 1
    A single metacharacter, usually a control code, which in a sequence of characters signifies that what is to follow takes an alternative interpretation. The term escape sequence refers to the escape character and the subsequent character or characters so modified.

    "In the C programming language, the backslash is an escape character; for example, \n represents a newline."

Example

More examples

"In the C programming language, the backslash is an escape character; for example, \n represents a newline."

Etymology

From escape + character.