If a program compiles successfully, it is guaranteed to execute correctly.()
查看答案
Which one of the following is not a valid identifier in C++?()
A. Hi_There
B. top40
C. UpAnDdOwN
D. 3BlindMice
E. CAPS
Which one of the following is not a valid identifier in C++?()
A. myName
B. little
C. X123Y
D. Go Home
E. IdEnTiFiEr
Which of the following is a legal string assignment?()
A. "name" = Jones;
B. name = "Jones";
C. name = 'D' + "Jones";
D. b and c above
Which of the following can be assigned to a char variable?()
A. 't'
B. '2'
C. '$'
D. All of the above