Backslash character constants
List of backslash character constants are as follows:-
Code Meaning
\b Backspace
\f Form feed
\n New line
\r Carriage return
\t Horizontal tab
\" Double quote
\' Single quote
\\ Backslash
\v Vertical tab
\a Alert(very small sound)
\? Question mark
\N Octal constant (N is an octal constant)
\xN Hexadecimal constant (N is an hexadecimal constant)
Comments
Post a Comment