Write a C to concatenate two strings (using function)in the pattern given below: 15 If you have two strings such as "COMPUTER" and "ELECTRONICS" then concatenation string must be like this: 5
"CEOLMEPCUTTREORNICS"
Please Help!
Answers
Answered by
0
Answer:
"CEOLMEPCUTTREORNICS"
Explanation:
Concatenation means joining two strings together, and in many programming languages, the symbol used for concatenation is a plus ( + ).
Similar questions