摘要: #include <stdio.h> const int N = 4; int main() { int a[N] = { 2, 0, 2, 1 }; char b[N] = {'2', '0', '1', '1'}; int i; printf("sizeof(int) = %d\n", size 阅读全文
posted @ 2021-12-02 19:03 葛帆 阅读(34) 评论(0) 推荐(0)