Computer Science, asked by shailendra3262, 5 months ago

what is the significance of preprocessor directives​

Answers

Answered by singhanju71074
1

Answer:

Preprocessor directives, such as #define and #ifdef , are typically used to make source programs easy to change and easy to compile in different execution environments. Directives in the source file tell the preprocessor to take specific actions.

Answered by mehakbhatia45
0

Preprocessor directives, such as #define and #ifdef , are typically used to make source programs easy to change and easy to compile in different execution environments. Directives in the source file tell the preprocessor to take specific actions.

Similar questions