Write a program to create three arrays,types of arrays are character,use a technique to join three matrices in the form of str?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Write a program to create three arrays,types of arrays are character,use a technique to join three matrices in the form of str??

I need help with a C++ question, I was asked to create 3 arrays, and the type of arrays should be a character and I should use a technique to join three matrices in the form of string.

1st Feb 2022, 12:31 PM
Emmanuel
Emmanuel - avatar
2 Answers
+ 1
Be more descriptive with your question. What help needed was not clearly described, so add more details on that matter in the Description ☝
1st Feb 2022, 1:03 PM
Ipang
+ 1
Let me get this straight, you have 3 char arrays (as an example) a[0] = "hello world "; a[1] = "I'm learning C++ "; a[2] = "In SoloLearn"; And you want to join them as string "hello world I'm learning C++ In SoloLearn" Anyways. can you share your code in the Description above? so I can see what went wrong .... Here's how we share code links ... https://www.sololearn.com/post/75089/?ref=app
1st Feb 2022, 2:29 PM
Ipang