For each of the following declarations indicate whether the object being declared has top-level or low-level const.
const int v2 = 0; int v1 = v2;int *p1 = &v1, &r1 = v1;const int *p2 = &v2, *const p3 = &i, &r2 = v2;
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.