Question: 1-1 In your main function in main-1-1.cpp, define and initialize a two-dimensional string array of size 3 by 2. Define (but do not initialize) another
1-1 In your main function in main-1-1.cpp, define and initialize a two-dimensional string array of size 3 by 2. Define (but do not initialize) another two- dimensional array of strings of the same size as the first one. Write a function that copies the values of the first array into the second, without using pointers. The function must take a third parameter that gives the size of the first dimension which in this case is 3. Signature: void copy 26,strings(sering first3121, string secondt112), int n) Note: you must access the arrays using III notation
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
