InterviewSolution
Saved Bookmarks
| 1. |
What is the difference between an IDE and a compiler?(a) The IDE executes the code while the compiler gives a graphical environment for writing the code(b) The compiler executes the code while the IDE gives a graphical environment for writing the code(c) The compiler links the code to the respective files and the IDE takes it from there(d) The compiler and the IDE are the same thingThe question was posed to me during an online exam.This interesting question is from Programming topic in section Arduino Programming of Arduino |
|
Answer» Right CHOICE is (B) The compiler executes the code while the IDE gives a graphical environment for writing the code |
|