which symbol is used to concatenate two strings?
Answers
Answered by
2
✧═════════════•❁❀❁•══════════════✧
✧═════════════•❁❀❁•══════════════✧
which symbol is used to concatenate two strings?
Concatenation means joining two strings together, and in many programming languages, the symbol used for concatenation is a plus ( + ). A common use of concatenation is when you want to display a message that includes the value of a variable.
Similar questions