Keywords

C++ keywords are predefined reserved identifiers that have special meanings in the compiler.
They cannot be used as identifiers in programs.
There are 95 reserved words in C++


List of Keywords In CPP Programming Language

C++ Keyword

asm double new switch
auto else operator template
break enum private this
case extern protected throw
catch float public try
char for register typedef
class friend return union
const goto short unsigned
continue if signed virtual
default inline sizeof void
delete int static volatile 
do long struct while 
Note: These C++ keywords can't be used as an identifier