Computer Science, asked by yashikashri22, 11 months ago

what is the use of unsigned?

Answers

Answered by angel881
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 Anonymous
1

\underline{\underline{\sf\huge\pink{Question}}}

What is the use of unsigned?

\huge\underline{\underline{\overline{\overline\red{||\:Answer\:||}}}}

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