A syntax template is a generic example of the C++ construct being defined.()
查看答案
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.()