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]
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
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
