

MCQOPTIONS
Saved Bookmarks
1. |
How to make the loop function run only once but the code inside run infinitely? |
A. | Create a recursive function call statement |
B. | Create a nested infinite loop within the loop() function |
C. | Call the setup() function from the loop() function |
D. | Call the loop() function from the setup() function |
Answer» C. Call the setup() function from the loop() function | |