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) 3
This question was posed to me in an interview for job.
My question comes from The loop() Function in portion Arduino Programming of Arduino