Report Bug
Qus : What is the purpose of the #include directive in C?
QusWhat is the purpose of the #include directive in C?

A. It is used to define global variables
B. It is used to define a macro
C. It is used to include standard or user-defined header files in the program
D. It is used to include comments in the code


Solution
C. It is used to include standard or user-defined header files in the program






Report Bug