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.
2 Réponses
+ 1
Be more descriptive with your question. What help needed was not clearly described, so add more details on that matter in the Description ☝
+ 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