Explain the behavior of the following function. If there are problems in the code, explain what they are and how you might fix them.
void print(const int ia[10]){ for (size_t i = 0; i != 10; ++i) cout << ia[i] << 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.