Backslash (\) is an escape character.
2 Likes
True
Reason — To insert characters that are not allowed in a string, an escape character is used, and backslash (\) is considered as the escape character.
Answered By
1 Like
Blank spaces are counted as character in string.
Special characters cannot be used in strings.
The operator * is also called as replication operator in string.
Triple quotes are used to create multiline strings.