What is the out come of the following Arduino code?
void setup(){
Serial.begin(9600);
}
void setup0{
Serial.write(20);
निम्नलिखित Arduino कोड का परिणाम क्या है?