Multiple Choice
Which of the following is a preprocessor directive?
A) pay = hours * rate;
B) cin >> rate;
C) // This program calculates the user's pay.
D) int main()
E) #include <iostream>
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q8: The CPU is the most important component
Q13: The purpose of a memory address is:<br>A)To
Q15: The programming process consists of several steps,
Q16: A variable declaration announces the name of
Q17: This is used in a program to
Q21: A CPU really only understands instructions that
Q22: An Integrated Development Environment typically consists of:<br>A)A
Q23: This is a complete instruction that causes
Q29: Software engineering is a field that encompasses
Q40: The preprocessor executes after the compiler.