declaration. Arrays can be declared in the following way: // declare 10 element array of int, called foo int foo[10]; // since array of int (primitive type) ...
確定! 回上一頁