inflearn logo
강의

강의

N
챌린지

챌린지

멘토링

멘토링

N
클립

클립

로드맵

로드맵

지식공유

홍정모의 따라하며 배우는 C++

2.7 문자형 char type

escape 뜻

305

김윤식
0

https://en.wikipedia.org/wiki/Escape_sequences_in_C

https://softwareengineering.stackexchange.com/questions/112731/what-does-backslash-escape-character-really-escape/112733

 

backslash causes an "escape" from the normal way characters are interpreted by the compiler

The use of the word "escape" really means to temporarily escape out of parsing the text and into a another mode where the subsequent character is treated differently.

말 그대로 탈출한다는 의미인 것 같습니다

escape

답변 0