C Preprocessor Interview Questions

The #pragma Directives are used to turn ON or OFF certain features. They vary from compiler to compiler. Examples of pragmas are:.....
Macros substitute a function call by the definition of that function. This saves execution time to a great extent.....