How many times does the loop body in the following code execute?
for(int a = 0; a<4; ++a) for(int b = 0; b<4; ++b) cout << a << " " << b << " ";cout << endl;
a. 0
b. 4
c. 16
d. 25
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.