InterviewSolution
Saved Bookmarks
| 1. |
Which of the following are C preprocessors?(a) #ifdef(b) #define(c) #endif(d) all of the mentionedThe question was posed to me in an international level competition.This is a very interesting question from C-Preprocessor topic in section C Functions and Structure of a Program of C |
|
Answer» RIGHT CHOICE is (d) all of the mentioned Explanation: NONE. |
|