Preprocessor Directives in C
2020-05-14
C PREPROCESSOR DIRECTIVES: Before a C program is compiled in a compiler, source code is processed by a program called preprocessor. This process is called preprocessing. Commands used in preprocessor are called preprocessor directives and they begin with “#” symbol. Below is the list of preprocessor directives that C programmingContinue Reading