Given the following list initialization:
int fill[] = {1, 2, 3, 4, 5};list ex4 (fill, fill+sizeof(fill)/sizeof(int)); What is wrong with the following statement?
cout << *ex4.rend() << 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.