1.

What language is the Arduino IDE built on?(a) C/C++(b) Python(c) HTML(d) JavaI have been asked this question in an internship interview.Question is taken from Programming topic in portion Arduino Programming of Arduino

Answer»

The correct choice is (d) Java

To EXPLAIN I would say: The Arduino code is primarily a subset of the C++ programming language. HOWEVER, the IDE (Integrated Development Environment) was WRITTEN in the Java programming language. An IDE is a software that provides primarily a graphical user interface for COMPILING and maintaining/editing code for a platform.



Discussion

No Comment Found

Related InterviewSolutions