Arduino स्केच में लूप() फ़ंक्शन का कार्य क्या है?
What is the function of the loop() function in an Arduino sketch?
A
It sets up the initial configuration of the sketch
B
It handles the input/output operations of the sketch
C
It runs continuously while the sketch is running
D
It is used to define custom functions in the sketch
Explanation
Correct Answer: C) It runs continuously while the sketch is running