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.()
In the "______ " problem-solving technique, you recognize any subtasks that have been solved before and use those as solutions to part of the problem.