नीचे दिए गए कोड में कितनी त्रुटियाँ मौजूद हैं?
How many errors are present in the code given below?
int i=10;
void setup() {
pinMode(i,OUTPUT);
digitalwrite(HIGH);
}
void loop() {
//Do Nothing.
}
A)
B)
C)
D)
Explanation: