标准 C 关键字

36 阅读1分钟

image.png

数据类型

  • char

  • short

  • int

  • long

  • signed

  • unsigned

  • float

  • double

  • enum

  • auto

  • void

控制语句

if else

for

do while

switch case default

break continue

goto

return

修饰词

const

extern

结构

struct

union

其他

sizeof

其他2

inline

register

restrict

static

typedef

volatile