MeMasterMind
April 20th, 2005, 03:22 AM
Hi all
My question is ..
I want to take the values upto 255 in the byte variable
byte a=127; // works fine
a=255; // here error occurs as possible loss of precision
can some buddy tell me how i can store the values upto 255 or u can say that i want to store unsigned values in the byte variable
My question is ..
I want to take the values upto 255 in the byte variable
byte a=127; // works fine
a=255; // here error occurs as possible loss of precision
can some buddy tell me how i can store the values upto 255 or u can say that i want to store unsigned values in the byte variable