|
|
|
|
|
by throwaway894345
54 days ago
|
|
That’s not a negativity semantic, it’s the behavior of the “-“ operator. If you print y or compare it to zero you will see that the result remains positive. Unsigned integers by definition have no negative semantic, hence the name. |
|