In C++, the phrase "standard output device" usually refers to what?()
A. the keyboard
B. a floppy disk drive
C. the display screen
D. a CD-ROM drive
E. none of the above
查看答案
In a C++ function, the statements enclosed by a { } pair are known as the ______ of the function.
A programming language is said to be ______ if it considers uppercase letters to be different from lowercase letters.
A(n) ______ is a location in memory, referenced by an identifier, in which a data value that can be changed is stored.
In C++, subprograms are referred to as ______ .