1.

Is it possible to write code for the Arduino in any other programming language?(a) Yes, you can write(b) No, it only allows the use of Arduino Code(c) Yes, but you must write the code in C/C++ only(d) Yes, but you must write the code in Python OnlyThe question was posed to me during an online interview.Asked question is from Programming in division Arduino Programming of Arduino

Answer»

Right option is (a) Yes, you can write

The explanation: The Arduino compiler actually translates or in more technical terms ‘compiles’ the code into assembly language which uses the Arduino’s instruction SET. Thus, any other language which has a compiler capable of translating or COMPILING that code into the Arduino’s instruction set in assembly can ESSENTIALLY be used for writing Arduino code.



Discussion

No Comment Found

Related InterviewSolutions