C语言 -- 32个关键字
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了C语言 -- 32个关键字相关的知识,希望对你有一定的参考价值。
C语言中一共有32个关键字,为方便记忆,下面对它们进行分类。
有关变量类型的关键字有:
void
char
short int lont
float double
有关变量符号的关键字有:
unsigned signed
有关变量存储特性的关键字有:
auto static register const
有关特殊数据类型的关键字有:
struct union enum
有关开关语句的关键字有:
switch case default
有关循环语句的关键字有:
do while for
有关条件语句的关键字有:
if else
有关改变程序走向的关键字有:
break continue goto
其他关键字:
sizeof extern typedef volatile return(可简记为“set VR”)
以上是关于C语言 -- 32个关键字的主要内容,如果未能解决你的问题,请参考以下文章