Anonymous

What Does Concatenation Mean?

1

1 Answers

Arun Raj Profile
Arun Raj answered
Concatenation is a noun form of "concatenate" which means "to integrate or to form a sequence." Concatenation is a term largely restricted to mathematical use and computer programming. In maths, you can find two strings like for instance, "x" and "y" concatenated to form 'xy."

Concatenation is an ordinary operation in the computer programming language. A string concatenation is said to be a binary operation (an operation done by two elements of a set to make a third element), done by putting a concatenating operation like a "+" (addition) sign between two strings. For example, the input strings "smart" and "move" are concatenated by a "+" sign or the concatenating operator to give an output "smart move." Apart from the concatenating operator "+", there are other operators like ".", "<>", "," which are also used for various programming languages.

Answer Question

Anonymous