会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Eight Bits, One Byte
If you don't know where you are, a map won't help.
博客园
首页
新随笔
联系
订阅
管理
2012年11月26日
看程序,写结果
摘要: 一同学曾给我出过下面这个题目,现在拿过来与大家分享: 1: /* 2: * 试说明下列程序段的运行结果 3: */ 4: 5: #include <stdio.h> 6: #include <stdlib.h> 7: 8: void main(int j) 9: { 10: printf("%d\n", j); 11: (...
阅读全文
posted @ 2012-11-26 19:34 bitbyte
阅读(157)
评论(0)
推荐(0)
公告