InterviewSolution
Saved Bookmarks
| 1. |
What is the correct execution process of an Arduino code.(a) Editor->Compiler->Preprocessor(b) Editor->Preprocessor->Compiler(c) Preprocessor->Editor->Compiler(d) Compiler->Preprocessor->EditorThis question was posed to me in an interview.Question is taken from Preprocessing topic in chapter Arduino Programming of Arduino |
|
Answer» Right choice is (B) Editor->Preprocessor->Compiler |
|