MCQOPTIONS
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. | #warning |
| Answer» D. #warning | |