Advertisements
Advertisements
Question
Indicate the error message which displays, if the following statement is executed:
int a[5] = {28, 32, 45, 68, 12};
Options
Insufficient cells
Array index out of bounce
Elements exceeding cells
None
MCQ
Solution
None
Explanation:
The statement int a[5] = {28, 32, 45, 68, 12}; is valid and will not produce an error message.
shaalaa.com
Is there an error in this question or solution?