Concept
String 0
In computer science, a string is a sequence of characters used to represent text, and it is a fundamental data type in most programming languages. Strings are immutable in many languages, meaning once created, their content cannot be changed, which influences how they are manipulated and stored in memory.
Relevant Degrees