内建类型:
void、char、short、int、long、float、double
自建类型:
struct、union、enum、sizeof
类型限定符:
auto、const、static、volatile、register、extern、typedef、signed、unsigned
分支:
if、else、switch、case、default
循环:
for、while、do
跳转:
break、continue、goto、return
内建类型:
void、char、short、int、long、float、double
自建类型:
struct、union、enum、sizeof
类型限定符:
auto、const、static、volatile、register、extern、typedef、signed、unsigned
分支:
if、else、switch、case、default
循环:
for、while、do
跳转:
break、continue、goto、return