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) #warning
I had been asked this question at a job interview.
This interesting question is from Preprocessing topic in portion Arduino Programming of Arduino