String handling operations in a programming language
x

Strings, characters, and indexes

Strings, characters, and indexes

String indexing diagram of the word COMPUTER with one-based positions 1 to 8 above and zero-based indexes 0 to 7 below

A string is a sequence of characters stored as one item, such as "AQA" or "8525". A character is one symbol, such as "A", "7", "!" or a space.

String handling operations in a programming language Lesson

  1. GCSE
  2. /Computer Science
  3. /String handling operations in a programming language