Question

Which statement would be used to declare a 10-element integer array c?
a. array c<12>;
b. array c<int, 12>;
c. array<12> c;
d. array<int, 12> c;

Answer

This answer is hidden. It contains 23 characters.