A String Literal Must Be Enclosed In Double Quotes
In programming, a string literal must be enclosed in double quotes to represent a sequence of characters. This rule ensures that the compiler or interpreter can distinguish between string data…
Read more »