C语言关键字

C语言关键字共有44个

auto

enum

restrict (c99)

unsigned

_Imaginary (c99)

break

extern

return

void

_Noreturn (c11)

case

float

short

volatile

_Static_assert (c11)

char

for

signed

while

_Thread_local (c11)

const

goto

sizeof

_Alignas (c11)

 

continue

if

static

_Alignof (c11)

 

default

inline (c99)

struct

_Atomic (c11)

 

do

int

switch

_Bool (c99)

 

double

long

typedef

_Complex (c99)

 

else

register

union

_Generic (c11)

 

 

posted on 2013-03-20 10:17  chenkkkabc  阅读(163)  评论(0编辑  收藏  举报