0
I don't understand strings #inlude<string>
5 Answers
+ 6
To store an array of characters.
string some_string = "WowCookies512";
string some_string2 = "Can store whitespaces";
0
What do you not understand in strings?
0
what is the main funtion of string
0
oo
0
thank you