Yahoo Web Search

Search results

  1. Dictionary
    string
    /strɪŋ/

    noun

    • 1. material consisting of threads of cotton, hemp, or other material twisted together to form a thin length: "unwieldy packs tied up with string" Similar twinecordyarnthread
    • 2. a set of things tied or threaded together on a thin cord: "she wore a string of agates round her throat" Similar strandropenecklacerosary

    verb

    • 1. hang (something) so that it stretches in a long line: "lights were strung across the promenade" Similar hangsuspendslingstretch
    • 2. fit a string or strings to (a musical instrument, a racket, or a bow): "the harp had been newly strung"

    More definitions, origin and scrabble points

  2. 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 characters, either as a literal constant or as some kind of variable.

  3. Jan 19, 2024 · A string is a sequence of characters, terminated by a null character, that can be ordered, indexed, and compared. Learn about the characteristics, applications, advantages, and disadvantages of strings in data structures and algorithms.

  4. Learn the meaning of string as a noun, adjective, and verb in different contexts, such as rope, music, computing, and sport. See how to use string in phrases and idioms, and compare British and American usage.

  5. A string is a data type that represents text, such as words, phrases, or numbers. Learn how to use strings in programming languages, how to compare them, and how to determine their length.

  6. Jun 13, 2024 · Description. Strings are useful for holding data that can be represented in text form.

  7. Learn what a string data type is and how it is implemented in different programming languages. A string is a sequence of characters that can be stored as a literal constant or a variable.

  8. Mar 7, 2024 · Learn how to declare, initialize, read, and print strings in C programming. A string is a sequence of characters terminated with a null character '\\0'.