Which kind of reference can be bound to the following initializers?
int f();vectorvi(100);int? r1 = f();int? r2 = vi[0];int? r3 = r1;int? r4 = vi[0] * f();
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.