InterviewSolution
| 1. |
Does the Arduino code get processed by an interpreter or a compiler?(a) The Arduino code is processed by an interpreter(b) The Arduino code is first compiled to C++ and then processed using an interpreter(c) The Arduino code is processed by a compiler(d) The Arduino code is directly executed by the processorThe question was asked in homework.The doubt is from Programming in portion Arduino Programming of Arduino |
|
Answer» Correct OPTION is (c) The Arduino code is processed by a compiler |
|