- 2
- 0
- 约7.76千字
- 约 17页
- 2016-12-17 发布于天津
- 举报
Try Your First C Program #include stdio.h /* I/O header file */ main() { printf(“Hello world ”); printf(“Welcome to CSCI230\n“); printf(“I am John Smith\n”); } A C program contains one or more functions main() is the function name of your main (root) program { }: braces (left right) to construct a block containing the statements of a function Every statement must end with a ; \ is called an escape character \n is an example of an escape sequence which indicates newline Other escape sequences are: \t \r \a \\ \” Exercise: Use any editor to type and then save your first prog
您可能关注的文档
最近下载
- 绿篱的整形修剪课件.pptx VIP
- 2025年4月自考13672公共政策导论试题.pdf
- 《园林植物》课件——2.5.1绿篱、造型树种的识别与应用.pptx VIP
- 第5课 隋唐时期的民族交往与交融 课件 七年级下册历史.pptx VIP
- 农业物联网通用技术要求 第1部分:大田种植标准立项修订与发展报告.docx
- 体例格式2:《windows服务器基础配置与局域网组建》校本工学一体化课程标准.docx VIP
- 护士三基考试题库及答案.docx VIP
- 体育大学生就业指南.pptx
- (新教材人教A版2019)高中数学必修第二册分章节基础知识汇总.pdf VIP
- 植保无人机维保专题培训课件可复制文字.pdf VIP
原创力文档

文档评论(0)