Computer Science, asked by adnanshaikh20032003, 6 months ago

To join two strings ___ character is used​

Answers

Answered by Anonymous
9

Explanation:

The ampersand symbol is the recommended concatenation operator. It is used to bind a number of string variables together, creating one string from two or more individual strings.

Answered by ushmagaur
0

Answer:

Concatenation character, i.e., + operator is used to join the two strings.

Explanation:

String concatenation is the operator of joining the character string end-to-end.

String is used to represent character.

In programming language, + (plus) operator is used to denote the concatenation of strings.

For example: Consider two strings "data" and "base".

Then concatenation of strings "data" + "base" is database.

#SPJ3

Similar questions