

InterviewSolution
Saved Bookmarks
1. |
Which statement replaces all occurrences of the identifier with string?(a) # define identifier string(b) # include(c) # define MACRO()(d) # ifdefThe question was posed to me in a job interview.My doubt is from The Compilation Process topic in portion Writing Software for Embedded Systems of Embedded Systems |
Answer» Right CHOICE is (a) # define IDENTIFIER string |
|