what is an unsigned integer constant
Answers
Answered by
1
Answer:
It is an constant which have not have signed integer
Answered by
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