C only. Using C89-style initializers, the following definition shows a completely initialized one-dimensional array: static int number[3] = { 5, 7, 2 };
確定! 回上一頁