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. सेटअप () फंक्शन से लूप () फंक्शन को कॉल करकें ।
Correct Answer is :
B. Create a nested infinite loop within the loop() function.