首页
新闻
博问
专区
闪存
班级
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
黄爽
博客园
首页
新随笔
联系
订阅
管理
2021年12月1日
实验四
摘要: task 1-1 #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
阅读全文
posted @ 2021-12-01 22:54 黄爽
阅读(24)
评论(1)
推荐(0)
编辑