Keywords and Identifiers

The set of "C++" words that can be formed from C++ Character set can be classified as keywords and identifiers. The keywords are a part of "C++", which have a predefined meaning and cannot be changed. All keywords must be written in lower-case.

  • "C++" Keywords
    auto do for return
    break double goto start
    case else if sizeof
    char enum int static
    continue extern long struct
    default float register switch


    Identifiers are user defined names that refer to variables and function names.

 


Introduction<< Previous

Next >> Variables

Our aim is to provide information to the knowledge seekers. 


comments powered by Disqus






Footer1