Rewrite the following loop so it uses pointer notation (with the indirection operator) instead of subscript notation.
for (int x = 0; x<100; x++)
cout ≪ arr[x] ≪ 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.