78.3k views
4 votes
Which term enables you to control the execution of preprocessing directives and the compilation of program code?

A.
Conditional Compilation

B.
Macro

C.
#define directive

D.
preprocessor

1 Answer

6 votes

Answer:D) Preprocessor

Explanation: Preprocessor is the component that functions before the compilation of the program for the checking of the program code and files.Each program that is created and needs to be compiled ,is subjected to the preprocessor for reassuring about the correct program code. Hash symbol(#) is used as the directives of preprocessor. Therefore, the correct option is option(d).

User Walter Underwood
by
5.7k points