Arduino IDE में मूल कार्यक्रम में शामिल है
The basic program in Arduino IDE contains
A
setup () and loop () function
B
only setup () function
C
only loop () function
D
none of these
Explanation
Correct Answer: A) setup () and loop () function