Keywords | Reversed word | Unique words
Keywords / Reverse words are those which are used for a specific purpose and can't be used as identifier. These purpose is defined by programmer of compiler. There are some words of very programming language which are already used for a purpose.
Example: float, int and void etc.
These are the list of key words in the c++ language.
Example: float, int and void etc.
These are the list of key words in the c++ language.
lignas (since C++11)alignof (since C++11)andand_eqasmauto(1)bitandbitorboolbreakcasecatchcharchar16_t (since C++11)char32_t (since C++11)classcomplconstconstexpr (since C++11)const_castcontinuedecltype (since C++11)default(1)delete(1)dodoubledynamic_castelseenumexplicitexport(1)externfalsefloatforfriendgotoifinlineintlongmutablenamespacenewnoexcept (since C++11)notnot_eqnullptr (since C++11)operatororor_eqprivateprotectedpublicregisterreinterpret_castreturnshortsignedsizeofstaticstatic_assert (since C++11)static_caststructswitchtemplatethisthread_local (since C++11)throwtruetrytypedeftypeidtypenameunionunsignedusing(1)virtualvoidvolatilewchar_twhilexorxor_eq
Comments
Post a Comment