what is string literal in computer
Answers
Answered by
4
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. You must always prefix wide-string literals with the letter L.
Answered by
26
Answer:
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. You must always prefix wide-string literals with the letter L.
Explanation:
i hope it helps you......
Similar questions