C/C++筆記

1. int a[100]; sizeof (a) 的值是多少? sizeof(a[100])呢?//請尤爲注意本例。 sizeof(&a)呢? sizeof(&a[0])呢? int b[100]; void fun(int b[100]) { sizeof(b);// sizeof (b) 的值是多少? }數組 2. intmain() { char a[1000]; int i; for(i
相關文章
相關標籤/搜索