欢迎来到天天文库
浏览记录
ID:26613870
大小:60.78 KB
页数:6页
时间:2018-11-28
《c语言编程必背单词》由会员上传分享,免费在线阅读,更多相关内容在应用文档-天天文库。
1、C语言必背单词运算符与表达式: 1.constant 常量 2. variable 变量 3. identify 标识符 4. keywords 关键字 5. sign 符号 6. operator 运算符 7. statement语句 8. syntax 语法 9. expression 表达式 10. initialition 初始化 11. number format 数据格式 12 declaration 说明 13. type conversion 类型转换 14.define 、definition 定义
2、 条件语句: 1.select 选择 2. expression 表达式 3. logical expression 逻辑表达式 4. Relational expression 关系表达式 5.priority优先 6. operation运算 7.structure 结构 循环语句: 1.circle 循环 2. condition 条件 3. variant 变量 4. process过程 5.priority优先 6. operation运算 数组: 1. array 数组 2. reference 引用 3.
3、element 元素 4. address 地址 5. sort 排序 6. character 字符 7. string 字符串 8. application 应用 函数: 1.call 调用 2.return value 返回值 3.function 函数 4. declare 声明 5. `parameter 参数 6.static 静态的 7.extern 外部的 指针: 1. pointer 指针 2. argument 参数 3. array 数组 4. declaration 声明 5. represent
4、表示 6. manipulate 处理 结构体、共用体、链表: 1 structure 结构 2 member成员 3 tag 标记 4 function 函数 5 enumerate 枚举 6 union 联合(共用体) 7 create 创建 8 insert 插入 9 delete 删除 10 modify 修改 文件: 1、file 文件 2、open 打开 3、close 关闭 4、read 读 5、write 写 6、error 错误 序号 主要章节 常用英汉对照词汇 备注 1 运算符与表达式
5、 ( operator and expression ) 汉语 英语 常量 constant 变量 variable 标识符 identify 关键字 keywords 符号 sign 运算符 operator 语句 statement 语法 syntax 表达式 Expression 初始化 Initialization 数据格式 number format 说明 Declaration 类型转换 type convers
6、ion 定义 Define 、 definition 2 条件语句 ( condition statement) 选择 select 表达式 expression 逻辑表达式 logical expression 关系表达式 Relational expression 优先 priority 运算 operation 结构 structure 3 循环语句 (circle statement) 循环 circle 条件 condition 变量 variant
7、 过程 process 优先 priority 运算 operation 4 函数 (function) 调用 call 返回值 return value 函数 function 声明 declare 参数 parameter 静态的 static 外部的 extern 5 数组和指针 (array and pointer) 数组 array 引用 reference 元素 element 地址 address 2 排序
8、 sort 字符 character
此文档下载收益归作者所有