During the compilation phase, a C++ source program is processed first by the ______ program and then by the compiler.
查看答案
In C++ systems, names appearing in #include directives are called ______ files.
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.