InterviewSolution
Saved Bookmarks
| 1. |
Can the loop() function be called recursively?(a) Yes, it can be called recursively(b) No, it cannot be called recursively(c) Yes, it can be called recursively but only by the setup() function(d) Yes, it can be called recursively but only twiceThe question was posed to me by my school teacher while I was bunking the class.My doubt stems from The loop() Function in division Arduino Programming of Arduino |
|
Answer» The CORRECT choice is (a) Yes, it can be called recursively |
|