About 35,100,000 results
Open links in new tab
  1. What is String - Definition & Meaning - GeeksforGeeks

    Jul 23, 2025 · Ordered: Strings are ordered sequences of characters, where each character has a unique position in the string. Indexable: Strings can be indexed, meaning that individual …

  2. String Definition - What is a string in computer programming?

    Dec 18, 2024 · In computer science, a string is a fundamental data type used to represent text, as opposed to numeric data types like integers or floating-point numbers. It contains a sequence …

  3. STRING Definition & Meaning - Merriam-Webster

    The meaning of STRING is a cord usually used to bind, fasten, or tie —often used before another noun. How to use string in a sentence.

  4. What Is a String? - Computer Hope

    Nov 26, 2025 · A string is any series of characters that are interpreted literally by a script. For example, both "hello world" and "LKJH019283" are quotes containing strings, even though one …

  5. What is a String? - algo.monster

    Learn what strings are, how they store characters in sequence, how memory storage works, and the difference between immutable strings and character arrays.

  6. What is a String (in programming) – Tuple

    In essence, strings are a cornerstone of text processing in programming, and a solid understanding of how to work with them is crucial for any developer. In most programming …

  7. STRING Definition & Meaning | Dictionary.com

    String definition: a slender cord or thick thread used for binding or tying; line.. See examples of STRING used in a sentence.

  8. Introduction to Strings - Data Structure and Algorithm Tutorials

    Jul 23, 2025 · Strings are sequences of characters. The differences between a character array and a string are, a string is terminated with a special character ‘\0’ and strings are typically …

  9. The Premier String Instruments Shop Online | Shar Music

    Shar has always been my go-to for any music-related supplies - strings, cases, sheet music, teaching materials, and accessories. Shar has it all, and I know the quality has been vetted …

  10. What is a string in computer science? - California Learning …

    Jun 25, 2025 · In computer science, a string is an immutable sequence of characters, representing textual data. It’s a fundamental data type present in virtually every programming …