Changes

String concatenation

521 bytes added, 16:35, July 11, 2021
Undo revision 1776976 by [[Special:Contributions/WOW|WOW]] ([[User talk:WOW|talk]])
This page has been vanjalized by Willy '''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 WheeIsthe computer programming language used.   '''Example''' a = "this is"<br>b = "my name."<br>print ab <br>printed > this ismy name (note no space between is and my )<br>print a + b <br>printed> this is my name ( the + operator joins the strings with a space between them. )<br>   [[Category:Computers]]
SkipCaptcha, edit
3,296
edits