971

导航

实验4

task1-1 #include <stdio.h> const int N = 4; int main() { int a[N] = {2, 0, 2, 1}; char b[N] = {'2', '0', '2', '1'}; int i; printf("sizeof(int) = %d\n"

posted on 2021-12-05 18:22  971  阅读(13)  评论(1编辑  收藏  举报