If you want to store an integer array named list at memory location 2000, you make the statement ___________.
a. int list[] = 2000;
b. &list[] = 2000;
c. 2000 = &int list[0];
d. You cannot locate an array at a specific address like 2000.
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.