Every C++ program must have a function named main.()
查看答案
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.()