C++ Keywords

A keyword is a reserved word. You cannot use it as a variable name, constant name etc. There are 63 keywords currently defined for Standard C++. C++ is a case-sensitive language and it requires that all keywords be in lowercase. Early versions of C++ defined the overload keyword.

asmautoboolbreak
casecatchcharclass
constconst_cast continuedefault
deletedodoubledynamic_cast
elseenumexplicitexport
externfalsefloatfor
friendgotoif inline
intlongmutablenamespace
newoperatorprivateprotected
publicregisterreinterpret_castreturn
shortsignedsizeofstatic
static_caststructswitchtemplate
thisthrowtrue try
typedeftypeidtypenameunion
unsignedusingvirtualvoid
volatilewchar_twhile
Related Tutorial
Follow Us
https://www.facebook.com/Rookie-Nerd-638990322793530 https://twitter.com/RookieNerdTutor https://plus.google.com/b/117136517396468545840 #
Contents +