Question: my code is in c++ If I call your function again with startlndex-6 and the file below, your function should add the new words from
my code is in c++

If I call your function again with startlndex-6 and the file below, your function should add the new words from the file to the array correctWords starting at position 6. correctWordsPt2.txt ocean lake mountain Your final correctWords array would like like this: ["chicken", "fish, "cow"bubbles", "pear", "kiwi", "ocean", "lake", "mountain"] We will call your function multiple times with different files and the same array to make sure you append new words correctly! Edge cases if the file does not open successfully, return-1 if the starting index of the array is greater than or equal to the size of the array, return -1
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
