asked 181k views
0 votes
What is string constant??

asked
User Brantley
by
8.0k points

1 Answer

7 votes

Step-by-step explanation:

String constants, also known as string literals, are a special type of constants which store fixed sequences of characters. A string literal is a sequence of any number of characters surrounded by double quotes: ... The null string, or empty string, is written like "" .

answered
User RyanBrady
by
8.8k points

No related questions found