Do negative numbers exist in the form of complement in computers?
In a computer, integer data are stored with complement. For example, the complement of char short int long is positive, and the complement of its own negative number is the original code plus 1. However, floating-point data has its own format, and floating-point data is stored according to IEEE754 standard. Please refer to IEEE754 standard for details.