Concept Flow - Why Strings Are a Data Structure Not Just Text
Input Text
Store Characters in Array
Access Characters by Index
Modify or Traverse Characters
Use String Functions (length, copy, compare)
Output or Process String Data
This flow shows how a string is stored as a sequence of characters in memory, accessed by index, and manipulated like a data structure.
