Computer Science, asked by DevilR9535, 10 months ago

What are the preprocessor directives in c on?

Answers

Answered by saurabh493
0

Answer:

Preprocessing directives are lines in your program that start with # . The # is followed by an identifier that is the directive name. For example, #define is the directive that defines a macro. Whitespace is also allowed before and after the # .

Explanation:

mark me brainlist plz plz plz plz plz plz

Similar questions