InterviewSolution
Saved Bookmarks
| 1. |
What character does the preprocessor look out for whilst searching for commands in the code?(a) x(b) @(c) #(d) !I have been asked this question in an online interview.My question is taken from Preprocessing in chapter Arduino Programming of Arduino |
|
Answer» The CORRECT answer is (c) # |
|