Keywords in C Plus Plus(C++) with examples

Keywords in C Plus Plus(C++) with examples

Keywords are reserved words that are used for a special purpose in the source code. Keywords have predefined specific meanings.

List of C++ keyword

or_eqdonamespacestatic_cast
and_eqdoublenewstruct
asmdynamic_castnotprivate
autoelsenot_eqtemplate
bitandthrowoperatorthis
bitor
explicitorenum
boolexportandtrue
charexternswitchtry
casefalseprotectedtypedef
catchfloatpublic
typeid
breakforregistertypename
classfriendreinterpret_castunion
complgotoconstinline
shortwhileconst_castint
virtualsignedcontinuelong
voidusingdefaultmutable
volatilestaticdeleteunsigned
xorxor_eqreturnwchar_t
ifsizeof

 

Add a Comment