The program to concatenate two strings is discussed here. Two strings are obtained as input and the resultant string should be the concatenations of the two strings.
For example, String 1 = “Hello” and String 2 = “World”
The output string will be “HelloWorld.”
@@coding::1@@
@@coding::2@@
@@coding::3@@