In the following code, determine the type of each variable and the value each variable has when the code finishes:
int a = 3, b = 4;decltype(a) c = a;decltype((b)) d = a;++c;++d;
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.