MCQOPTIONS
Saved Bookmarks
| 1. |
What do we need to do if we want to run the setup() function in an infinite loop? |
| A. | Call the setup() function from a custom named function |
| B. | Call the setup() function from a constructor |
| C. | Call the setup() function from the loop() function |
| D. | Call the setup() function from the destructor |
| Answer» D. Call the setup() function from the destructor | |