coder52 / Cpp-Primer-Solutions-2013

MIT License
0 stars 0 forks source link

Page 124 Exercise 3.40: #4

Closed coder52 closed 3 years ago

coder52 commented 3 years ago

Write a program to define two character arrays initialized from string literals. Now define a third character array to hold the concatenation of the two arrays. Use strcpy and strcat to copy the two arrays into the third.