Changes

String concatenation

154 bytes removed, 23:45, February 12, 2009
encyclopedic arrangement, simplified, removed information irrelevant to string concatenation (type casting)
In computer programming, a string '''String concatenation''' is a the joining of two series of characters, or strings. The characters can be [[alphabet]]ic, numeric or , special characters, or a combination thereof. '''String concatenation''', in very simple terms, is the joining of two strings. A numeric string must be converted to a numeric type before it can be used in calculations. Concatenation is language dependent and may have different operators depending on the computer programming language used.
'''Example'''
14
edits