Computer Science, asked by subendransubanu, 2 months ago

uses of preprocessor directoves in c? give example​

Answers

Answered by MissSehzaadii
1

Answer:

Hey mate❤

The C preprocessor is a macro processor that is used automatically by the C compiler to transform your program before actual compilation (Proprocessor direcives are executed before compilation.). It is called a macro processor because it allows you to define macros, which are brief abbreviations for longer constructs.

Examples:- Examples of some preprocessor directives are: #include, #define, #ifndef etc.

HOPE WORKS

Similar questions