题目内容

Which assignment statement could be used to store the letter A into the char variable someChar?()

A. someChar = "A";
B. someChar = A;
C. someChar = 'A';
D. a and b above
E. a, b, and c above

查看答案
更多问题

In C++, the phrase "standard output device" usually refers to:()

A. the keyboard
B. a floppy disk drive
C. the display screen
D. a CD-ROM drive
E. none of the above

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.()

答案查题题库