Escape Characters
Special characters such as \n
and \t
, are used to represent special characters like newline and tab within strings. Additionally, hexadecimal representations between strings, like \x41\x42\x43
, enable the inclusion of specific byte values in a character sequence.