- 9
- 0
- 约1.13万字
- 约 63页
- 2019-01-01 发布于福建
- 举报
c语言第哈三章课件
Types, Operators and Expressions 1. 格式输出函数 格式输出函数 printf(格式控制字符串, 输出项表列); 输出若干个任意类型的数据 printf(a=%d b=%f, a, b); #include stdio.h main() { int a, b; printf(Please input a and b:); scanf(%2d%*2d%2d, a, b); printf(a=%d, b=%d, a+b=%d\n,a,b,a+b); } #include stdio.h main() { int a, b; printf(Please input a and b:); scanf(%2d%*2d%2d, a, b); printf(a=%d, b=%d, a+b=%d\n,a,b,a+b); } #include stdio.h main() { int a, b; scanf(%d %d, a, b); printf(a = %d, b = %d\n, a, b); } #include stdio.h main() { int a, b; scanf(%d %d, a, b); printf(a = %d, b = %d\
您可能关注的文档
最近下载
- “人工智能数学基础”课程标准.docx
- (最新)ISO 55001-2024 资产管理—资产管理体系—要求(中文版-翻译-2024)(推荐下载).pdf VIP
- 第37届中国化学奥林匹克(初赛)试题.pdf VIP
- 附件一18款博越车载主机系统升级操作指导.pdf VIP
- 亮剑附《李云龙前传》读后感1000字.docx VIP
- 《基于智慧化村卫生室的老年人心房颤动管理与服务规范》(DB32T 5414-2026).pdf VIP
- 住宅工程墙面壁纸霉变案例分析与预防.pdf VIP
- 情绪周期理论与投资实践精要.pdf
- 新版糖尿病看图对话新.pptx VIP
- 诗歌翻译的概念隐喻研究——以拜伦诗歌翻译为例.docx
原创力文档

文档评论(0)