Escape sequences in C

id: escape-sequences-in-c-290-1405721
title: Escape sequences in C
text: 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. An escape sequence starts with a backslash (\) called the escape character and subsequent characters define the meaning of the escape sequence. For example, \n denotes a newline character. The same or similar escap
brand slug: wiki
category slug: encyclopedia
description: Special character sequences in the C programming language
original url: https://en.wikipedia.org/wiki/Escape_sequences_in_C
date created:
date modified: 2024-04-08T19:55:42Z
main entity: {"identifier":"Q17077094","url":"https://www.wikidata.org/entity/Q17077094"}
image:
fields total: 13
integrity: 14

Related Entries

Explore Next Part