क्या लूप() फ़ंक्शन को पुनरावर्ती रूप से कॉल किया जा सकता है?
Can the loop() function be called recursively?
A
Yes, it can be called recursively
B
No, it cannot be called recursively
C
Yes, it can be called recursively but only by the setup() function
D
Yes, it can be called recursively but only twice
Explanation
Correct Answer: A) Yes, it can be called recursively