| Line 1: |
Line 1: |
| − | String concatenation in very simple terms is the joining of two strings. | + | '''String concatenation''' is the joining of two series of characters, or strings. The characters can be [[alphabet]]ic, numeric, special characters or a combination thereof. Concatenation is language dependent and may have different operators depending on the computer programming language used. |
| − | | |
| − | A string is a group of characters that can be alphabetic, numeric or special characters.
| |
| − | | |
| − | A numeric string must be converted to a numeric type before it can be used in calculations.
| |
| − | | |
| − | Concatenation is language dependant and may have different operators depending on the computer programming language used. | |
| | | | |
| | '''Example''' | | '''Example''' |
| Line 17: |
Line 11: |
| | | | |
| | | | |
| − | [Category:Computer programming] | + | [[Category:Computers]] |