Report Bug
Qus : The function which repeatedly executes in the main program?
Qusवह फंक्शन जो मुख्य प्रोग्राम में बार-बार एक्जीक्यूट होता है?

A. setup()
B. loop()
C. while()
D. None of the above


Solution
B. loop()



Explanation
The function loop which repeatedly executes in the main program.



Report Bug