MCQOPTIONS
Saved Bookmarks
| 1. |
Is it syntactically correct to write the loop() function over the setup() function while writing an Arduino program? |
| A. | No, it is not syntactically correct |
| B. | Yes, it is syntactically correct but will result in the loop() method executing first |
| C. | Yes, it is syntactically correct and the setup() function will execute first |
| D. | It is syntactically correct but logically wrong |
| Answer» D. It is syntactically correct but logically wrong | |