In C programming Data can be presented in both +ve and -ve formats, in order to achieve this we have signed data type.
1. MSB bit will be considered for signed operation 1 for -ve and 0 for +ve data.
2. Computer Hardware can only understand binary bits 0's and 1's only.
3. Compiler will does the 2's compliment operation for signed data Presentation.