Which of these symbols is used to concatenate strings? (1 point)

1 answer

The symbol used to concatenate strings in most programming languages is the plus sign (+). However, in some languages like JavaScript and Python, it’s common, while in languages like PHP, the dot (.) is used for string concatenation. Could you specify which programming language you’re referring to for a more precise answer?