Tuesday, September 2, 2014

C:Reserved Keywords

C Reserved Keywords

K&R C89
  • 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
C99 (addition)
  • _Bool
  • _Complex
  • _Imaginary
  • inline
  • restrict

C11 (addition)
  • _Alignas
  • _Atomic
  • _Generic
  • _Noreturn
  • _Static_asset
  • _Thread_local
  • alignof