InterviewSolution
Saved Bookmarks
| 1. |
Property which allows to produce different executable for different platforms in C is called?(a) File inclusion(b) Selective inclusion(c) Conditional compilation(d) Recursive macrosI had been asked this question by my school principal while I was bunking the class.I would like to ask this question from C-Preprocessor in section C Functions and Structure of a Program of C |
|
Answer» RIGHT choice is (C) CONDITIONAL compilation To explain I would SAY: Conditional compilation is the preprocessor FACILITY to produce a different executable. |
|