लूप() फ़ंक्शन का उपयोग प्रोग्रामर द्वारा कस्टम परिभाषित किसी अन्य फ़ंक्शन को कॉल करने के लिए किया जा सकता है?
An the loop() function be used to call another function that is custom defined by the programmer?
A
Yes, it can call
B
No, it cannot call
C
Yes, it can call but only functions with no return values
D
Yes, it can call but only functions with return values
Explanation
Correct Answer: A) Yes, it can call