What do you mean by string literals?
Answers
Answered by
3
String is a set of alphanumeric characters. A group of characters enclosed within a pair of opening and closing double quote is known as string literals.
Answered by
0
A "string literal" is a sequence of characters from the source character set enclosed in double quotation marks (" "). String literals are used to represent a sequence of characters which, taken together, form a null-terminated string.
Similar questions