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

    Jul 23, 2025 · In Data Structures and Algorithms (DSA), a String can also be defined as a sequence of characters, stored in contiguous memory locations, terminated by a special character called the null …

  2. What is a String? - W3Schools

    A string is a sequence of characters, usually used to represent text such as words or sentences. Strings are one of the most common data types in programming, and are enclosed in either single quotes …

  3. 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 or …

  4. String (computer science) - Wikipedia

    In computer programming, a string is traditionally a sequence of characters, either as a literal constant or as some kind of variable. The latter may allow its elements to be mutated and the length changed, or …

  5. 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 is a phrase and …

  6. What is a String in Programming: AP® CS Principles Review

    May 19, 2025 · Therefore, it is important for anyone interested in coding to ask: what is a string in programming? In simple terms, a string is a sequence of characters such as letters, numbers, or …

  7. What is a string in computer science? - California Learning Resource ...

    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 language and forms …

  8. 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 languages, declaring a …

  9. What Is A String In Programming – Complete Guide

    Nov 17, 2023 · What Are Strings in Programming? A string in programming is a series of characters treated as a single entity. Characters can include letters, numbers, symbols, and even spaces. …

  10. “3.4: Strings” Everything You Need To Know - Sly Academy

    Feb 24, 2025 · Strings are sequences of characters used to represent textual data in computer programming and digital communications. They can include letters, numbers, symbols, and even …