找回密码
 注册
搜索
查看: 577|回复: 3

[讨论] C程序设计语言(第二版)课后答案

[复制链接]
发表于 2009-3-6 10:55:27 | 显示全部楼层 |阅读模式
【文件名】:0936@52RD_C程序设计语言(第二版)课后答案.rar
【格 式】:rar
【大 小】:122K
【简 介】:
【目 录】:
[UseMoney=1]

[/UseMoney]

《c程序设计语言》英文的配套答案,所列页码均为英文版的。
1.01 1.02 1.03 1.04 ——————————————————————————————————————————————————————————————————————————————————————————-Answer to Exercise 1-1
Run the "hello, world" program on your system. Experiment with leaving out parts of the program, to see what error messages you get.

Murphy's Law dictates that there is no single correct answer to the very first exercise in the book. Oh well. Here's a "hello world" program:


#include <stdio.h>

int main(void)
{
  printf("hello, world\n");
  return 0;
}

As you can see, I've added a return statement, because main always returns int, and it's good style to show this explicitly.

Answer to Exercise 1-2
发表于 2009-6-8 15:57:32 | 显示全部楼层
这也要钱,金融危机呀。
点评回复

使用道具 举报

发表于 2009-6-20 22:32:35 | 显示全部楼层
我想买可是没有钱
点评回复

使用道具 举报

发表于 2009-6-28 10:53:34 | 显示全部楼层
真贵啊[em10]
点评回复

使用道具 举报

高级模式
B Color Image Link Quote Code Smilies

本版积分规则

Archiver|手机版|小黑屋|52RD我爱研发网 ( 沪ICP备2022007804号-2 )

GMT+8, 2025-2-28 17:36 , Processed in 0.048414 second(s), 17 queries , Gzip On.

Powered by Discuz! X3.5

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表