What are strings? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

What are strings?

16th Apr 2019, 6:46 AM
Nachiket Upasani
Nachiket Upasani - avatar
2 Réponses
+ 2
Strings are basically arrays of characters.
16th Apr 2019, 7:00 AM
Dragonxiv
Dragonxiv - avatar
+ 2
They're data which often contains letters, numbers, and even emoji. What you're reading right now is a string! But in programming languages it's often represented with "qoutes around it like this". They're put into variables or arrays for manipulation or logic checking .
16th Apr 2019, 8:31 AM
Ahri Fox
Ahri Fox - avatar