Keywords in C

A keyword is a predefined and reserved word, which have special meanings. They cannot be used as identifiers (variable name, function name, constant name, etc). The number of keywords present in C language is 32 as per ANSI standard

Below are the list of 32 keywords in the C language

autobreakcasecharconstcontinuedefaultdo
double else enum extern floatforgotoif
int longregisterreturnshortsignedsizeofstatic
structswitchtypedefunionunsignedvoidvolatilewhile
Related Tutorial
Follow Us
https://www.facebook.com/Rookie-Nerd-638990322793530 https://twitter.com/RookieNerdTutor https://plus.google.com/b/117136517396468545840 #
Contents +