题目内容

A literal string can continue onto more than one line, as long as it is enclosed in double quotes.()

查看答案
更多问题

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

答案查题题库