Computer Science, asked by MrPujan, 11 months ago

the preprocessor directive #define is used to define which in C program?​

Answers

Answered by MrTSR
5
\huge\mathfrak\red{Answer:-}

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 limelight1726
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
Similar questions