Signedness |
Signedness is a property of an integer number used by a compiler to indicate if variables of a numeric type are capable of storing both negative and non-negative numbers, or just positive. When performing arithmetic using a mixture of signed and unsigned variables, one might see an error such as: pointer targets in assignment differ in signedness .
=See also=
*Signed number representations *Two s complement|
|