Computer Science, asked by mukherjes7gmailcom, 11 months ago

what is an unsigned integer constant​

Answers

Answered by rohanrahul344
1

Answer:

It is an constant which have not have signed integer

Answered by noone321
2

Answer: that encodes a nonnegative integer in the range [0 to 4294967295]. The signed integer is represented in twos complement notation. ... The unsigned integer is represented by an unsigned binary number whose most significant byte is 0; the least significant is 3.

Explanation:Any integer constant that is too big to fit into the integer size is interpreted by the compiler as long. Unsigned integers can be of all sizes, int, long, and short.

Similar questions