Warning: implode(): Invalid arguments passed in /www/wwwroot/jobquiz.info/mdiscuss.php on line 336 A preprocessor directive is a message from compiler to a linker. ?->(Show Answer!)
1. A preprocessor directive is a message from compiler to a linker.
Ask Your Doubts Here
Comments
By: guest on 01 Jun 2017 06.00 pm
FALSE Example: #define symbol replacement When the preprocessor encounters #define directive, it replaces any occurrence of symbol in the rest of the code by replacement. This replacement can be an statement or expression or a block or simple text.