1 /* no limit initializers */ 2 char foo[][4] = { 3 "Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat" 4 }; 5