0
What are strings
4 Answers
+ 21
and enclosed in either single or double quotes...
+ 6
a very thin line. I like to use it for fishing.
+ 5
It's an array of characters. They can be iterated.
For eg:
st="hello"
It's similar to st=['h', 'e', 'l', 'l', 'o']
Thus st[2] is 'l'