Concatenation of any two String in C++

String Concatenation of any two String in C++

Combined two string or Concatenate two string means add both string with each other, we can perform this operation using library function or without library function. For example if first string is john and second string is porter then after combined these string output will be johnporter.

Example :



Output :

1 st String: eCoding
2 nd String: School
Combined string is: aimtocode