A. Executes only once when the program starts प्रोग्राम स्टार्ट होने पर केवल एक बार एक्सक्यूट होता है
B. Continuously runs the code within it after setup() कन्टिन्यूअस्ली सेटअप() के बाद इसके भीतर कोड चलाता है
C. Used for debugging डिबगिंग के लिए यूज़ किया जाता है
D. None of the above इनमे से कोई भी नहीं
Correct Answer is :
B. Continuously runs the code within it after setup()