Thursday 20 April 2017

C - Reserved keywords

C - Reserved Keywords

The following names are reserved by the C language. Their meaning is already defined, and they cannot be re-defined to mean anything else.
autoelselongswitch
breakenumregistertypedef
caseexternreturnunion
charfloatshortunsigned
constforsignedvoid
continuegotosizeofvolatile
defaultifstaticwhile
dointstruct_Packed
double   
While naming your functions and variables, other than these names, you can choose any names of reasonable length for variables, functions etc.

No comments:

Post a Comment