InterviewSolution
Saved Bookmarks
| 1. |
How many times does the loop() function run on every startup of the Arduino System?(a) 1(b) Depends upon the setup() function(c) Infinitely till the power is supplied to the Arduino(d) 3This question was posed to me in an interview for job.My question comes from The loop() Function in portion Arduino Programming of Arduino |
|
Answer» Right answer is (c) INFINITELY till the POWER is supplied to the Arduino |
|