answersLogoWhite

0

Not in the general sense of addition. However, certain programming languages use the syntax

stringResult = stringone + stringtwo

to mean concatenation. In the above case, if stringone contained "Good " and stringtwo contained "Day", then stringResult would yield "Good Day" provided of course that the three string variables are properly defined.

User Avatar

Wiki User

11y ago

What else can I help you with?