

MCQOPTIONS
Saved Bookmarks
1. |
What is the use of the Arduino.h header file? |
A. | It gives root access to the microcontroller’s file system |
B. | It enables the programmer to access all of Arduino’s core functionality |
C. | It allows other people to create libraries for the Arduino code |
D. | It doesn’t have any use and can be omitted at any point of time in the code |
Answer» C. It allows other people to create libraries for the Arduino code | |