- 3
- 0
- 约 61页
- 2016-12-09 发布于江苏
- 举报
Lesson 6 Getting Started in C Programming Hu Junfeng 2007/10/10 index The essential components of a language A general structure of a C program Identifier Data type Arithmetic expression and variable Displaying Numerical Values VC60 IDE and common compiling errors What makes a language a language Symbol – word - sentence Morphology, word formation rules Syntax a systematic, orderly arrangement Grammar The system of inflections, syntax, and word formation of a language General Structure of a C Program /* A first program in C */ #include stdio.h void main() { ????printf(Hello world, I came!);
原创力文档

文档评论(0)