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->Editor
This question was posed to me in an interview.
Question is taken from Preprocessing topic in chapter Arduino Programming of Arduino