InterviewSolution
| 1. |
Is the loop() function a replacement of the main() function in the Arduino Programming Environment?(a) No, it is a replacement for the constructor(b) Yes, it is a replacement(c) Yes, but only for certain Arduino Boards(d) No, it is not a replacementThe question was posed to me by my college director while I was bunking the class.I need to ask this question from The loop() Function in section Arduino Programming of Arduino |
|
Answer» Right answer is (d) No, it is not a replacement |
|