Computer Science, asked by amritrajputana, 15 days ago

what are unsigned unit ?​

Answers

Answered by Anonymous
3

Answer:

A uint8 data type contains all whole numbers from 0 to 255. As with all unsigned numbers, the values must be non-negative. Uint8's are mostly used in graphics (colors are always non-negative).

Answered by akanshaakansha
0

AnswerUnsigned Integers of 8 bits. A uint8 data type contains all whole numbers from 0 to 255. As with all unsigned numbers, the values must be non-negative. Uint8's are mostly used in graphics (colors are always non-negative).

Similar questions