What are the different types of c preprocessor directives?

1 answer

Answer

1067581

2026-08-18 03:30

+ Follow

As the name indicates the C PreProcessor is the preprocessor for C Programming language and is used by the compiler automatically to transform the program before actual compilation. It processes the preprocessor directives (file inclusion, macro definition and conditional compilation) in the source code. It is also known as a macro processor.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.