Hi all, if I had a "uint16_t key" variable, and if I divide this variable by "(uint_8) 2" so in which type will be the result? uint8_t?
In more detail let's say that "key = 256;" and I had "uint16_t result" variable so which will be the value of result if I execute something like that result = key/2; Thanks in advance. -- Best regards, Alfred.Nooobel
_______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
