English, asked by biswanath1014, 1 year ago

what is unsigned char in java?

Answers

Answered by adarsh77179
1
Java Byte. The Java byte data type is 8 bits long, however it is a signed data type, not unsigned. The range of the byte is from 127 to -128. This differs from the Arduino byte data type which is 8 bits long and unsigned with a range from 0 to 255 (same as a C unsigned char)

Mark it as brainiest if it helped

biswanath1014: Oh!thanks!!
adarsh77179: please mark it as brainiest if it helped
Answered by cmmanish473
4
Here your answer !

It is a primitive data type character,which is always unsigned in java.It is 16bits long.

hope you like it !

biswanath1014: thanks!!!
Similar questions