Which of the following statements prints HappyBirthday on one output line?()
A. cout
B. cout
C. cout
D. b and c above
E. a, b, and c above
查看答案
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.()