Computer Science, asked by devallanaveen02, 9 hours ago

how to join two strings and how many ways

Answers

Answered by khelandiza
0

Answer:

Concatenation is the process of appending one string to the end of another string. You concatenate strings by using the + operator. For string literals and string constants, concatenation occurs at compile time; no run-time concatenation occurs.

Similar questions