Array can be static or dynamic; Vector is dynamic; Array can be traversed using indexes, vector uses iterators; No reallocation in array; Size of Array is fixed ...
確定! 回上一頁