0
What is mean by string
There is a question find the string answer
2 Answers
+ 1
String is a text datatype. In low-level terms, it is an array containing multiple characters.
I.e: âHello worldâ is a string because it is a text. Itâs always written between two quotation marks.
0
https://en.m.wikipedia.org/wiki/String_(computer_science)