the preprocessor directive #define is used to define which in C program?
Answers
Answered by
5
The #include preprocessor is used to include header files to a C program.
Ex - #include <stdio.h>
Here, "stdio.h" is a header file. The #include preprocessor directive replaces the above line with the contents of stdio.h header file which contains function and macro definitions.
Answered by
6
Heya mate
The answer of ur question is
QUESTION
the preprocessor directive #define is used to define which in C program?
Answer
The #include preprocessor is used to include header files to a C program.
hope it helps
The answer of ur question is
QUESTION
the preprocessor directive #define is used to define which in C program?
Answer
The #include preprocessor is used to include header files to a C program.
hope it helps
Similar questions
Psychology,
7 months ago
Science,
7 months ago
India Languages,
7 months ago
Math,
1 year ago
Chemistry,
1 year ago