1、C语言的32个关键字<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
(1) 数据类型关键字(12个):char、double、enum、float、int、long、short、signed、struct、union、unsigned、void;
(2) 控制语句关键字(12个):break、case、continue、default、do、else、for、goto、if、return、switch、while;
(3) 存储类型关键字(4个):auto、extern、register、static;
(4) 其它关键字(4个):const、sizeof、typedef、volatile。
文章评论(0条评论)
登录后参与讨论