How we can store the negative number?

: 506
Paper : C Programming FAQ (Frequently Asked Questions and answers) for freshers | Platform : Procedural Programming Languages | Category : Programming FAQs

To store the negative number, the following steps need to be followed.

step-1:- One’s complement of a positive number.

step-2:- Add 1 to above, one’s complement.

Suggested Papers: