Zhagaram Tech
'\t' is the escape sequence for the Horizontal Tab character.'\n' is the escape sequence for the Newline character.To specify a character by hexadecimal value, use '\xhh', where hh specifies the hexadecimal digits.Here are a few possible correct answers:
2 years ago | [YT] | 0
Zhagaram Tech
'\t' is the escape sequence for the Horizontal Tab character.
'\n' is the escape sequence for the Newline character.
To specify a character by hexadecimal value, use '\xhh', where hh specifies the hexadecimal digits.
Here are a few possible correct answers:
2 years ago | [YT] | 0