摘要:
1 #include <stdio.h> 2 #define N 4 3 int main() 4 { 5 int a[N] = { 1, 9, 8, 4 }; 6 char b[N] = { '1', '9', '8', '4' }; 7 int i; 8 printf("sizeof(int) 阅读全文
posted @ 2022-11-23 22:25
汪毅恒
阅读(20)
评论(0)
推荐(0)
浙公网安备 33010602011771号