摘要:
任務(wù)一 #include<stdio.h> const int N=3; int main() { int a[N] = {1,2,3}; int i; printf("通過數(shù)組名及下標(biāo)直接訪問數(shù)組元素:\n"); for(i=0; i<N; i++) printf("%d: %d\n",&a[i] 閱讀全文
posted @ 2020-12-18 13:03
LeonomoradBIZ
閱讀(64)
評論(0)
推薦(0)
浙公網(wǎng)安備 33010602011771號