Computer Science, asked by shekharkumar454, 1 month ago

Defiine C Preprocessor​

Answers

Answered by abdurrazzak2005
1

Answer:

The C preprocessor is the macro preprocessor for the C, Objective-C and C++ computer programming languages. The preprocessor provides the ability for the inclusion of header files, macro expansions, conditional compilation, and line control.

Answered by Anonymous
1

Answer:

answer} >

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

Explanation:

I hope it's helpful for you.

Similar questions