Home / Expert Answers / Computer Science / creates-3-array-of-chars-and-initiate-the-third-one-with-the-string-literal-this-is-a-testasks-pa182

(Solved): Creates 3 array of chars and initiate the third one with the string literal this is a testAsks ...



  1. Creates 3 array of chars and initiate the third one with the string literal “this is a test”
  2. Asks the user to input two strings and store them in the first two arrays
  3. Prints the 3 strings
  4. Calculates and prints the length of the first string
  5. Concatenates (appends) the first string at the end of the second one and then prints the second string.
  6. Copies the second string in the third one and prints the content of the third one after this operation.

use the C++ <cstring> library functions strlen, strcal_s, strcpy_s, instead of using your own equivalent developed functions.



We have an Answer from Expert

View Expert Answer

Expert Answer



Here we use the standa...
We have an Answer from Expert

Buy This Answer $5

Place Order

We Provide Services Across The Globe