Computer Science, asked by lavanyaa03, 7 hours ago

Concatenation, with the help of an example.

Answers

Answered by divyeshidhate2709
0

Answer:

In formal language theory and computer programming, string concatenation is the operation of joining character strings end-to-end. For example, the concatenation of "snow" and "ball" is "snowball"

Answered by shubhamraj57698
0

Answer:

--- The Concatenation Operator. The one remaining operator that can be applied to one-dimensional arrays is the concatenation operator (“&”), which joins two array values end to end.

For example , when applied to bit vectors, it produces a new bit vector with length equal to the sum of the lengths of the two operands.

Explanation:

I hope it's helpful

Similar questions