what is the use of unsigned?
Answers
Answered by
0
Explanation:
Unsigned Integers (often called "uints") are just like integers (whole numbers) but have the property that they don't have a + or - sign associated with them. Thus they are always non-negative (zero or positive). We use uint's when we know the value we are counting will always be non-negative.
Answered by
1
What is the use of unsigned?
Unsigned integers are used when we know that the value that we are storing will always be non-negative (zero or positive). Note: it is almost always the case that you could use a regular integer variable in place of an unsigned integer.
Similar questions
English,
5 months ago
Math,
5 months ago
Biology,
5 months ago
Social Sciences,
11 months ago
English,
11 months ago
Social Sciences,
1 year ago
English,
1 year ago
Biology,
1 year ago