Are hexadecimal numbers ever negative? If yes then how? For binary you would have signed and unsigned. How would one represent them in Hex? I need this
Yes they can be. It's the same as binary as to how you interpret it (signed vs unsigned).