

InterviewSolution
Saved Bookmarks
1. |
Which statement is used to condense the code to improve the eligibility?(a) # define MACRO()(b) # include(c) if(d) else-ifThis question was posed to me in a job interview.This question is from The Compilation Process in portion Writing Software for Embedded Systems of Embedded Systems |
Answer» Correct CHOICE is (a) # DEFINE MACRO() |
|