C uses some backslash characters in output functions for formatting the output. These characters are called as Escape sequence characters.
In these characters it consists of two characters, But it is treated as a single character.
\n - new line
\t - Horizontal tab(default 8 spaces)
\v - Vertical tab
\b - back Space
\a - alert(beep sound)
\r - Carriage Return
\0 - null
\" - double quotes
etc.
Next Topic : C Tokens
Previous Topic : First Program (Welcome Program)
No comments:
Post a Comment