int a1[100]; // declare a static array, a1, of 100 ints char c1[50]; // declare ... int matrix[50][100]; // declared a static 2D array of 50 rows, 100 cols
確定! 回上一頁