Given the declaration for values in question #11 above, how would you store 0 in the last

Question:

Given the declaration for values in question #11 above, how would you store 0 in the last physical location?

a. values = 0;

b. values[6] = 0;

c. values[3, 2] = 0;

d. values[2, 1] = 0;

e. none of the above

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: