if you use the {...} array form in anything but an initializer.

 

WRONG

 

 

RIGHT

 

ps:When using the initializers, an array must be declared, constructed and explicitly initialized at the same time.

相关文章: