25. A string variable must end with
a) $
b) £
c) *
code
Answers
Answered by
0
Answer:
don't understand your question...
Answered by
0
Answer:
$
Explanation:
string variable is a variable that holds a character string. It is a section of memory that has been given a name by the programmer. The name looks like those variable names you have seen so far, except that the name of a string variable ends with a dollar sign, $. The $ is part of the name.
Similar questions