First page
Back
Continue
Last page
Graphics
Array Initialization
const int month_lengths[] = { 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31} ;
Note, we used the default size specification []. It uses enough space to store the initialization.