Computer Science, asked by deshmukhjagdish662, 13 days ago

directives are translated by the​

Answers

Answered by riya1562
2

you can search it....you will find your answer

Answered by Jaswindar9199
0

Directives are translated by the Preprocessor.

  • Directives enable additional actions to be taken on the C source code before it is assembled into object code. Directives are not components of the C language itself.
  • Preprocessors are a means of making text processing with the C program before they are really compiled.
  • Preprocessor directives start with a pound (#) symbol and may have numerous arguments.
  • Directives are specific instructions directed to the preprocessor (preprocessor directive) or to the compiler (compiler directive) on how it should filter part or all of the source code or establish some flags on the ultimate object and are used to give rise to writing source code simpler (more portable for instance) and to make the source code more apparent.

#SPJ2

Similar questions