A declaration of the form T a[N];, declares a as an array object that consists of N contiguously allocated objects of type T . The elements of an array are ...
確定! 回上一頁