218k views
5 votes
A. True
b. False: an array initialization list must be placed on one single line.

2 Answers

3 votes
The statement is false. An array initialization list does not necessarily have to  be placed on one single line.
User ZECTBynmo
by
6.7k points
3 votes
#1) an array initialization list must be placed on one single line.
Answer: This is False. An array does not necessarily have to be declared on a single line. You can initialize an array either one by one or using a single statement. But you do have to follow the correct punctuation for declaring arrays depending on the programming language you are using.
User David Tansey
by
6.7k points