错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Directives and Macros in C

  • Orhan Gazi

摘要

In this chapter, we explain the use of directives and macros in C programming. Directives and macros are preprocessed units of C programs. They are expanded in C programs to form the final version of the C programs before compilation operation. Both built-in macros served from compiler’s library, and the ones written by code developer can be used inside the C program.