温馨提示×

c语言中的关键字都有哪些

小亿
86
2024-03-14 10:49:09
栏目: 编程语言

在C语言中,关键字是具有特殊含义的保留字,不能作为标识符使用。以下是C语言中的关键字列表:

auto、break、case、char、const、continue、default、do、double、else、enum、extern、float、for、goto、if、int、long、register、return、short、signed、sizeof、static、struct、switch、typedef、union、unsigned、void、volatile、while

0