नीचे दिए गए कोड में कितनी त्रुटियाँ मौजूद हैं?
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
1
B
2
C
3
D
4
Explanation
Correct Answer: B) 2