About 18,000 results
Open links in new tab
  1. Concatenation - Wikipedia

    A spreadsheet's concatenate ("&") function is used to assemble a complex text string—in this example, XML code for an SVG "circle" element. In formal language theory and computer programming, …

  2. CONCATENATE Definition & Meaning - Merriam-Webster

    The meaning of CONCATENATE is linked together. How to use concatenate in a sentence. Did you know?

  3. CONCATENATE | English meaning - Cambridge Dictionary

    CONCATENATE definition: 1. to put things together as a connected series: 2. to put things together as a connected series: . Learn more.

  4. How to Use CONCATENATE Function in Excel (4 Easy Methods)

    Jul 2, 2024 · How to use the CONCATENATE function in Excel. Join two or more values of any type into one text value using the CONCATENATE function.

  5. Concatenating Two Strings in C - GeeksforGeeks

    Jul 12, 2025 · Concatenating two strings means appending one string at the end of another string. In this article, we will learn how to concatenate two strings in C. The most straightforward method to …

  6. Python String Concatenation - GeeksforGeeks

    Jul 12, 2025 · String concatenation in Python allows us to combine two or more strings into one. In this article, we will explore various methods for achieving this. The most simple way to concatenate …

  7. CONCATENATE function | Microsoft Support

    Learn how to concatenate text strings in Excel using the CONCATENATE function. Our step-by-step guide makes it easy to join two or more text strings into one.

  8. Concatenation — Definition, Formula & Examples

    Concatenation is the operation of joining two sequences, strings, or lists end-to-end to form a single longer sequence. For example, concatenating "AB" and "CD"

  9. CONCATENATION Definition & Meaning - Merriam-Webster

    Feb 22, 2026 · The meaning of CONCATENATION is a group of things linked together or occurring together in a way that produces a particular result or effect. How to use concatenation in a sentence.

  10. Concatenating Strings in Java - javathinking.com

    4 days ago · Concatenating Strings in Java In Java, string concatenation is a fundamental operation that involves combining two or more strings into a single string. This operation is commonly used in …