यदि किसी कोड को एक बार लिखना हो तो वह किस फंक्शन में लिखा जाता है?
If a code is to be written single time it is written in which function?
A
void setup( )
B
void loop( )
C
void main( )
D
None of these
Explanation
Correct Answer: A) void setup( )