Preprocessor Directives in c
Preprocessor Directives in c, pre-processor instruction call as ‘directives’, directives always start with ‘#’ 1. Macro: Macros are symbolic names give to a constant. At the stage of Preprocessor, macros replace with their definitions. There are two types of Macros. Syntax: #define MACRO_NAME Definition 1. object-like macros: The object-like macros look like a constant. They …
Recent Comments