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