lets say we have a vector<*char> and each element in thisvector is a pointer to a first element of different array. sosuppose vector has 4 elements in the vector than each elementpoints to starting of 4 different arrays(its a arrays of char).Write a code to print out all the letters in a array.
Expert Answer
An answer will be send to you shortly. . . . .