what are string literals? how many types of string literals? are there any difference in them
Answers
Answered by
0
Explanation:
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