Ask Question

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

+3
Answers (1)
  1. 1 January, 01:55
    0
    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).
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Which term enables you to control the execution of preprocessing directives and the compilation of program code? A. Conditional Compilation ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers