實驗四做業

Part 1:數組數據結構html   #include <stdio.h> const int N=5; int main() { int a[N] = {1, 2, 3, 4, 5}; int i; for(i=0; i<N; i++) printf("%d: %d\n", &a[i], a[i]); return 0; } #
相關文章
相關標籤/搜索