C语言常用单词
答案:1 悬赏:0 手机版
解决时间 2021-06-03 13:04
- 提问者网友:我们很暧昧
- 2021-06-02 12:43
C语言常用的英文单词有那些!!尽量详细点的!!
最佳答案
- 五星知识达人网友:思契十里
- 2021-06-02 12:57
语言中有32个单词,针对C有固定含义与用法称为关键字
1. 数据类型关键字(8个):
...int , short ,long, signed, unsigned
...char , float, double
2. 程序控制关键字(10个):
..1) 分支结构:
....if , else, switch, case, default, break
..2) 循环结构:
....do , while, for, continue
3. 函数及数据存储关键字(6个):
...void , return, auto, register, static, extern
4. 构造数据类型关键字(5个):
...struct, union, enum, typedef, sizeof
5. 其它3个不常用(3个)
...goto, const, volatile
以上共32个,基本按其学习顺序分类排列。
介绍几个网址给你
怎样学习C语言
http://www.channel7.cn/2004/9-30/21731.html
C语言编程宝典(1-14)
http://www.channel7.cn/2004/10-4/185520.html
到
http://www.channel7.cn/2004/10-4/1937.html
C语言编程常见问题解答之常用函数的包含文件
http://www.ddvip.net/program/c/index2/290.htm
1. 数据类型关键字(8个):
...int , short ,long, signed, unsigned
...char , float, double
2. 程序控制关键字(10个):
..1) 分支结构:
....if , else, switch, case, default, break
..2) 循环结构:
....do , while, for, continue
3. 函数及数据存储关键字(6个):
...void , return, auto, register, static, extern
4. 构造数据类型关键字(5个):
...struct, union, enum, typedef, sizeof
5. 其它3个不常用(3个)
...goto, const, volatile
以上共32个,基本按其学习顺序分类排列。
介绍几个网址给你
怎样学习C语言
http://www.channel7.cn/2004/9-30/21731.html
C语言编程宝典(1-14)
http://www.channel7.cn/2004/10-4/185520.html
到
http://www.channel7.cn/2004/10-4/1937.html
C语言编程常见问题解答之常用函数的包含文件
http://www.ddvip.net/program/c/index2/290.htm
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯