Ask Question
23 April, 00:21

Every preprocessing directive must begin with:

A.

#undef

B.

#

C.

#define

D.

whitespace

+5
Answers (1)
  1. 23 April, 01:53
    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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers