• Tutorials Logic, IN
  • +91 8092939553
  • info@tutorialslogic.com

Data Types and Keywords

Data Types

aa.

Keywords

C++ keywords can't be used as identifier in your C++ programs, as they are reserved words in C++ library and used to perform an internal operation.

Keywords
andand_eqasmauto
bitandbitorboolbreak
casecatchcharclass
complconstconst_castcontinue
defaultdeletedodouble
dynamic_castelseenumexplicit
exportexternfalsefloat
forfriendgotoif
inlineintlongmutable
namespacenewnotnot_eq
operatororor_eqprivate
protectedpublicregisterreinterpret_cast
returnshortsignedsizeof
staticstatic_caststructswitch
templatethisthrowtrue
trytypedeftypeidtypename
unionunsignedusingvirtual
voidvolatilewchar_twhile
xorxor_eq--