string constants must be enclosed within
Answers
Answered by
9
Answer:
In BASIC source c ode, character string constants are a sequence of ASCII characters enclosed in single or double quotation marks, or backslashes ( \ ). ... In other words, if you begin a string with a single quotation mark, you must end the string with a single quotation mark.
#XxSADSHEHZADIxX
Answered by
2
In other words, if you begin a string with a single quotation mark, you must end the string with a single quotation mark.
Similar questions