#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.