181k views
0 votes
What is string constant??

User Brantley
by
6.3k 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 "" .

User RyanBrady
by
6.6k points