Question

Which definition tells the computer to reserve 12 elements for integer array c?
a) c[12] int;
b) int c [11];
c) c[11] int;
d) int c[12];

Answer

This answer is hidden. It contains 3 characters.