Computer Science, asked by pkomajwar, 3 months ago

What do you mean by pre-processor directives?​

Answers

Answered by bishtankit376
0

Answer:

search in google app and gave points

Answered by Anonymous
3

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. ... Preprocessor lines are recognized and carried out before macro expansion.

Similar questions