A C++ identifier cannot start with a digit.()
查看答案
The C++ compiler considers the identifier CanOfWorms to be the same as the identifier canofworms.()
Some C++ reserved words can also be used as programmer-defined identifiers.()
In C++, a block (compound statement) is not terminated by a semicolon.()
The statement const char INITIAL = 'G';is an example of an assignment statement.()