Please enable JavaScript.
Coggle requires JavaScript to display documents.
Array (using (Using function (Same function any size
need "…
Array
-
declaring
size
By using simple array
注意:一般方式宣告一定要有size(不能是空集合方式宣告)
p.s但function 就可以這樣,but 在function declaration時不能寫func(int), 要寫func(int a[])
-
可變動(2維以上必須給定SIZE)(特別是using function argument時) #
-