what operator is used to concatenated two strings
Answers
Answered by
1
Answer:
In Python comma (,)
In Java plus(+)
In C++ Insertion(<<)
Read my bio once
Answered by
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