elibraryportal Logo

Keyword in C++

Keywords are the predefined words that have special significance in any language. Everykeyword is reserved for specific purpose and hence must not be used as user defined names(identifiers).

asmdouble newswitch
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 sizedof void delete int static
volatile do long struct while 
Next TopicOperator in C++