C++ Keywords - Devbhoomi

FREE JOB ALERT & ONLINE TUTORIALS

Hot

Post Top Ad

Saturday 7 October 2017

C++ Keywords

C++ Keywords


The C++ Keywords must be in your knowledge because you can not use them as variable name.

C++ Keywords List

You can’t use keyword as identifier in your C++ programs, its reserved words in C++ library and used to perform an internal operation.
asmelsenewthis
autoenumoperatorthrow
boolexplicitprivatetrue
breakexportprotectedtry
caseexternpublictypedef
catchfalseregistertypeid
charfloatreinterpret_casttypename
classforreturnunion
constfriendshortunsigned
const_castgotosignedusing
continueifsizeofvirtual
defaultinlinestaticvoid
deleteintstatic_castvolatile
dolongstructwchar_t
doublemutableswitchwhile
dynamic_castnamespacetemplate
In addition, the following words are also reserved:

Andbitornot_eqxor
and_eqcomplorxor_eq
bitandnotor_eq



No comments:

Post a Comment

Post Top Ad