🚀 Hurry! Offer Ends In
00 Days
00 Hours
00 Mins
00 Secs
Enroll Now
X

यदि हम सेटअप() फ़ंक्शन को अनंत लूप में चलाना चाहते हैं तो हमें क्या करने की आवश्यकता है?

What do we need to do if we want to run the setup() function in an infinite loop?

A
Call the setup() function from a custom named function
B
Call the setup() function from a constructor
C
Call the setup() function from the loop() function
D
Call the setup() function from the destructor
Explanation

Correct Answer: C) Call the setup() function from the loop() function

Latest Updates