Ask Question

Every preprocessing directive must begin with:

A.

#undef

B.

#

C.

#define

D.

whitespace

+4
Answers (1)
  1. 3 February, 16:06
    0
    B. #

    Explanation:

    Every preprocessing directive must begin with the # character.

    For example:

    #define : Used to define a macro

    #ifndef : Conditional evaluation of macro

    #include : Used to include other preprocessor header file as part of the code

    As we can see each of the directives begins with the # character. This is a signal to the preprocessor to interpret the subsequent keyword as a directive.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Every preprocessing directive must begin with: A. #undef B. # C. #define D. whitespace ...” 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