The sizeof operator is useful for dealing with arrays (such as strings) where it is ... char myStr[] = "this is a test"; void setup() { Serial.begin(9600); } ...
確定! 回上一頁