A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

String

Table of Contents

About

Character.svg
Strings are typically made up of characters, and are often used to store human-readable data, such as words or sentences

In computer programming, a string is traditionally a sequence of character, either as a literal constant or as some kind of variable1.

Anki

References


  1. Wikipedia. “string”. Available at: https://en.wikipedia.org/wiki/String_(computer_science). (Accessed: [2025-05-08 Thu 20:20]). ↩︎

Related Posts