Welcome to the CSC Q&A, on our server named in honor of Ada Lovelace. Write great code! Get help and give help!
It is our choices... that show what we truly are, far more than our abilities.

Categories

+19 votes
asked in CSC211_Winter2018 by (1 point)

1 Answer

+11 votes

When + is used between two strings it "concatenates" the two strings. Meaning that it appends the two adjacent strings together.

So I guess the answer is that is called "concatenation"

answered by (1 point)
+5

Concatenation is probably my favorite computer science term next to algorithm. Just love how it rolls off the tongue.

...