摘要: 1 #include <stdio.h> 2 #define N 4 3 4 int main() { 5 int a[N] = {1, 9, 8, 4}; 6 char b[N] = {'1', '9', '8', '4'}; 7 int i; 8 9 printf("sizeof(int) = 阅读全文
posted @ 2022-11-28 23:54 辞·kennthy 阅读(19) 评论(0) 推荐(0) 编辑