- 15
- 0
- 约7.21万字
- 约 71页
- 2017-05-13 发布于贵州
- 举报
C_Primer_lus(第五版)全书源代码
// chapter 01
/*
#include stdio.h
int main(void)
{
int dogs;
printf(How many dogs do you have?\n);
scanf(%d, dogs);
printf(So you have %d dog(s)!\n, dogs);
return 0;
}
*/
//////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////
//chapter 02
// fathm_ft.c -- converts 2 fathoms to feet
/*
#include stdio.h
int main(void)
{
int feet, fathoms;
fathoms = 2;
feet = 6 * fathoms;
printf(There are %d feet in %d fathoms!\n, feet, fathoms);
printf(Yes, I said %d feet!\n, 6 * fathoms);
r
您可能关注的文档
- Canon LBP1820打印机驱动安装方法.doc
- CANoe入门 Sep to Step(三).docx
- Cannot reurn from outside a function or method.doc
- CAN、I2S、IC、SPI、SSP总线简介.doc
- CAN总线Kvasr Leaf Light产品正确操作说明及介绍.doc
- CAN总线的特点及1939协议通信原理.doc
- Carrier Agregation explained.docx
- case analsis of Group 82.doc
- Case 4-2 roblem Analysis.doc
- Case Stud :inside Dyson: a distinctive company.doc
- 河北省张家口市第四中学2017-2018学年高一下学期化学限时练习周练20.doc
- 初中语文六年级下册《细节传神·镜像鲁迅——我的伯父鲁迅先生人物形象分析与叙事视角探究》高阶教学设计.docx
- 初中信息技术七年级下册第一单元第1课《文本信息的编辑与加工》教案.docx
- 初级银行从业资格之初级个人贷款能力进阶卷.docx
- 培养学生健康生活方式制度.docx
- 初中八年级英语下册Unit 7 What’s the highest mountain in the world Section A (1a2d) 深度探究式教学设计.docx
- 城市配电网数据安全保障措施.docx
- 施工员之土建施工专业管理实务要点掌握专项突破训练卷.docx
- 心理咨询师之心理咨询师基础知识精通级分层训练卷.docx
- 婚纱摄影基地成本控制手段.docx
原创力文档

文档评论(0)