what is concatenation please explain
Answers
Answered by
2
Concatenation (from Latin concatenare, to link together) is taking two or more separately located things and placing them side-by-side next to each other so that they can now be treated as one thing. In computer programming and data processing, two or more characterstrings are sometimes concatenated for the purpose of saving space or so that they can be addressed as a single item. (Of course, some way may be needed to know how to unconcatenate them later.)
Answered by
4
a text string or a text value in a sequence of character on which we can not perform mathematical operations like addition subtraction multiplication or division full stop however, you can join strings full stop joining the strings is called concatenation full stop we can use ampersand character to concatenate strings full stop
Similar questions