摘要: 1 #include<stdio.h> 2 #define N 4 3 int main() 4 { 5 int a[N]= { 2,0,2,2}; 6 char b[N] = { '2','0','2','2'}; 7 int i; 8 printf("sizeof(int) = %d\n", s 阅读全文
posted @ 2022-05-07 15:56 里Li 阅读(14) 评论(0) 推荐(0)