Given the following array definition:
int values[5] = { 4, 7, 6, 8, 2 };
What does the following statement display?
cout << values[4] << " " << (values[2] + values[3])
<< " " << ++values[1] << endl;
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.