Q:

The specified range can be a subset of the array

0

The specified range can be a subset of the array.

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

// copies three elements: int_arr[1], int_arr[2], int_arr[3]
vector<int> subVec(int_arr + 1, int_arr + 4);

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Similar questions


need a help?


find thousands of online teachers now