Question
7. If the size of the array is more than the number of initializers then,
A. Extra values are being set to zero m
B. Generates an error message
C. Size of Array is increased
D. Size is neglected when values are given
Answer
A. Extra values are being set to zero.