Multiple choice

Linking or joining two or more character strings into a single character string is called _____.

  1. concurrency

  2. conception

  3. configure

  4. concatenation

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Concatenation is the operation of joining two or more strings end-to-end to create a single combined string. This is a fundamental string operation in programming, used extensively in text processing, formatting output, and building file paths. The term comes from Latin meaning 'to link together'.