If the operation is addition, i.e. x + y = z
, assuming x = -2147483647
(signed integer), and y = -1U
, then -2147483647 + (-1U) = z
What is -1U
? Is it signed? Unsigned?
If the operation is addition, i.e. x + y = z
, assuming x = -2147483647
(signed integer), and y = -1U
, then -2147483647 + (-1U) = z
What is -1U
? Is it signed? Unsigned?