Computer Science, asked by shrilatashaw59, 7 months ago

what operator is used to concatenated two strings​

Answers

Answered by Imblank
1

Answer:

In Python comma (,)

In Java plus(+)

In C++ Insertion(<<)

Read my bio once

Answered by ninja73
1

Answer:

There are two string operators. The first is the concatenation operator ('. '), which returns the concatenation of its right and left arguments. The second is the concatenating assignment operator .

Explanation:

if like my answer please make me as brilliant ☺️

Similar questions