About 30,700,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 …

  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 …

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

  4. 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 …

  5. What does string mean in coding? - California Learning Resource …

    Jul 2, 2025 · At its core, a string is a sequence of characters. These characters are typically drawn from a defined character set, such as ASCII, UTF-8, or UTF-16, each offering varying levels of …

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

    May 19, 2025 · Strings are among the most common data types found in nearly every programming language. They are essential for tasks like displaying text, handling user input, …

  7. What Is a String? - Computer Hope

    Sep 7, 2025 · Meaning of a string in computing, sequence of characters interpreted literally, and learn about its role across programming languages and binary utilities.

  8. What Is A String In Programming – Complete Guide

    Nov 17, 2023 · In this tutorial, we’ll unlock the secrets of strings in programming, dissecting what they are, exploring their utilities, and unraveling the reasons why understanding strings is a …

  9. 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 …

  10. StringsProgramming Fundamentals

    Combining two strings into one string. A complex data item that uses object oriented programming.