Science, asked by Gunnu9761, 1 year ago

what are compiler directives

Answers

Answered by singhmahesh140
0
Hello friend here is your answer.
_________________________
_________________________
Source lines that should be handled by the preprocessor, such as #define and #include are referred to as preprocessordirectives. Another C construct, the #pragma directive, is used to instruct the compiler to use pragmatic or implementation-dependent features.
i hope it will help you
Answered by praseethanerthethil
3

Answer:

In computer programming, a directive or pragma (from "pragmatic") is a language construct that specifies how a compiler (or other translator) should process its input. Directives are not part of the grammar of a programming language, and may vary from compiler to compiler.

Similar questions