TUTORIALS

Preprocessor Directives

Preprocessor Directives In this tutorial we are going to learn Preprocessor directives in c. Preprocessor directives are the statements which tells the compiler to change the program floor to include library in file (or to import external files). Preprocessor directives are the first statement of the program. Preprocessor directives are start with the # symbol and it …

Preprocessor Directives Read More »