Vidyalelo
C Programming · Q10

C Preprocessor

Programming · C Programming · question 10

Q10

What is the purpose of the #include directive in C preprocessing?

A.
To define a macro
B.
To include a header file
Answer
C.
To declare a variable
D.
To conditionally compile code

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board