下面哪几个是C的关键字:main,int,function,char

在一小时内给出答案及说明的我再给10的奖励分!谢谢拉!

.1 关键字
所谓关键字就是已被Turbo C2.0本身使用, 不能作其它用途使用的字。例如关
键字不能用作变量名、函数名等。
Turbo C2.0有以下关键字:
Turbo C2.0扩展的共11个
asm _cs _ds _es _ss cdecl
far near huge interrupt pascal
由ANSI标准定义的共32个
auto double int struct break else
long switch case enum register typedef
char extern return union const float
short unsigned continue for signed void
default goto sizeof volatile do if
while static

int,char
温馨提示:答案为网友推荐,仅供参考
第1个回答  2007-11-27
你这里面只有两个是C的关键字int和char,含义如下:

int: 声明整型变量或函数
char: 声明字符型变量或函数

相关了解……

你可能感兴趣的内容

本站内容来自于网友发表,不代表本站立场,仅表示其个人看法,不对其真实性、正确性、有效性作任何的担保
相关事宜请发邮件给我们
© 非常风气网