InterviewSolution
Saved Bookmarks
| 1. |
What is the way of throwing an error using preprocessing directives to the Arduino Compiler and forcing it to stop compilation?(a) #stop(b) #cut(c) #error(d) #warningI had been asked this question at a job interview.This interesting question is from Preprocessing topic in portion Arduino Programming of Arduino |
|
Answer» The correct ANSWER is (c) #error |
|