Short Note on Escape Sequence / Execution Characters in C Language
Escape Sequence / Execution Characters :- Some characters such as newline,tab,backspace cannot be displayed like other normal characters. 'C' supports the combination of backslash (\) and some characters from the 'C' character for representing these characters in our 'C' programs. These character combination are known as Escape Sequence/Execution Characters and are represented by two characters. The first character is "\" and second character is from the 'C' character set.
Escape Sequence/Execution Characters :-
\b - backspace , \r - carry return
\a - alert , \n - new-line
Escape Sequence/Execution Characters :-
\b - backspace , \r - carry return
\a - alert , \n - new-line
Subscribe to:
Post Comments
(
Atom
)
No comments :
Post a Comment